Matchen von 2 Rules

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Matchen von 2 Rules

    Hi,

    ich habe folgenden Text:

    PHP-Code:
    [2006/02/09 21:42:22Loading challenge n-test7.Challenge.Gbx...
    [
    2006/02/09 21:42:41] <chat> [bladings
    [2006/02/09 21:42:43] <time0:00.00 by bla_ded
    [2006/02/09 21:42:44] <time0:00.00 by bla1
    [2006/02/09 21:44:19] <time1:32.69 by bla2
    [2006/02/09 21:44:21] <time1:35.22 by bla3
    [2006/02/09 21:44:23] <time1:36.60 by bla4
    [2006/02/09 21:44:29] <time1:42.53 by bla5
    [2006/02/09 21:45:22Loading challenge n-tes57.Challenge.Gbx... 
    Und jetzt will ich via RegExp alles das rausfilter was für mich interessant ist.

    Dazu gehören alle Lines mit <times> und alles Lines mit "Loading challenge"

    Also brauch ich 2 seperate Rules die hier matchen.

    Wie verbinde ich die nu?

    Rule für die Times:
    PHP-Code:
    ~^\[([0-9/]{10}) ([0-9:]{8})\] <time> ([0-9:.]{7}) by ([A-Za-z0-9_-]+)~im 
    Rule für die Loading:
    PHP-Code:
    ~^\[([0-9/]{10}) ([0-9:]{8})\] Loading challenge ([a-zA-Z0-9-_.:]+)~im 
    Kann ich die einfach via Pipe als oder deklarieren? Das funzt nicht wirklich leider.

    Jemand ne Idee?

  • #2
    Code:
    ([blubb]|[blubb])
    Die Regeln | rtfm | register_globals | strings | SQL-Injections | [COLOR=silver][[/COLOR][COLOR=royalblue]–[/COLOR][COLOR=silver]][/COLOR]

    Kommentar


    • #3
      Hab ich versucht. Bzw. gemacht.

      Result:

      http://regexp-evaluator.de/evaluator...ef27/#ergebnis

      Ich hab ne Menge leere Elemente beim Loading Match. Des kann ja so nit stimmen.

      Kommentar


      • #4
        Schau dir tontechnikers Beitrag nochmal genau an!!

        Kommentar

        Lädt...
        X