Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  flags.toml   Sprache: unbekannt

 
Spracherkennung für: .toml vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

[[test]]
name = "1"
regex = "(?i)abc"
haystack = "ABC"
matches = [[03]]

[[test]]
name = "2"
regex = "(?i)a(?-i)bc"
haystack = "Abc"
matches = [[03]]

[[test]]
name = "3"
regex = "(?i)a(?-i)bc"
haystack = "ABC"
matches = []

[[test]]
name = "4"
regex = "(?is)a."
haystack = "A\n"
matches = [[02]]

[[test]]
name = "5"
regex = "(?is)a.(?-is)a."
haystack = "A\nab"
matches = [[04]]

[[test]]
name = "6"
regex = "(?is)a.(?-is)a."
haystack = "A\na\n"
matches = []

[[test]]
name = "7"
regex = "(?is)a.(?-is:a.)?"
haystack = "A\na\n"
matches = [[02]]
match-limit = 1

[[test]]
name = "8"
regex = "(?U)a+"
haystack = "aa"
matches = [[01]]
match-limit = 1

[[test]]
name = "9"
regex = "(?U)a+?"
haystack = "aa"
matches = [[02]]

[[test]]
name = "10"
regex = "(?U)(?-U)a+"
haystack = "aa"
matches = [[02]]

[[test]]
name = "11"
regex = '(?m)(?:^\d+$\n?)+'
haystack = "123\n456\n789"
matches = [[011]]
unicode = false

[Dauer der Verarbeitung: 0.18 Sekunden, vorverarbeitet 2026-08-27]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=434850
#Domains=661743