Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/regex/testdata/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 410 B image not shown  

Quelle  leftmost-all.toml   Sprache: unbekannt

 
[[test]]
name = "alt"
regex = 'foo|foobar'
haystack = "foobar"
matches = [[0, 6]]
match-kind = "all"
search-kind = "leftmost"

[[test]]
name = "multi"
regex = ['foo', 'foobar']
haystack = "foobar"
matches = [
  { id = 1, span = [0, 6] },
]
match-kind = "all"
search-kind = "leftmost"

[[test]]
name = "dotall"
regex = '(?s:.)'
haystack = "foobar"
matches = [[5, 6]]
match-kind = "all"
search-kind = "leftmost"

[ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ]