pass | 33 | |
total | 33 | |
| | |
0 | pass | s ~ regex and s !~ regex |
1 | pass | Invalid regex has libc error message |
2 | pass | Eggex flags to ignore case are respected |
3 | pass | Eggex flags to treat newlines as special are respected |
4 | pass | Positional captures with _group |
5 | pass | _group() returns null when group doesn't match |
6 | pass | _start() and _end() |
7 | pass | Str->search() method returns value.Match object |
8 | pass | Str->search() only matches %start ^ when pos == 0 |
9 | pass | search() and leftMatch() accept ERE string |
10 | pass | Str->leftMatch() can implement lexer pattern |
11 | pass | Named captures with m => group() |
12 | pass | Named captures with _group() _start() _end() |
13 | pass | Named Capture Decays Without Name |
14 | pass | Nested Named Capture Uses ( ordering |
15 | pass | Capture with Type Conversion Func |
16 | pass | Named Capture with Type Conversion Func |
17 | pass | Can't splice eggex with different flags |
18 | pass | Eggex with translation preference has arbitrary flags |
19 | pass | Invalid sh operation on eggex |
20 | pass | Long Python Example |
21 | pass | Regex in a loop (bug regression) |
22 | pass | Regex in a loop depending on var |
23 | pass | Regex with [ (bug regression) |
24 | pass | Str => replace(Str, Str) |
25 | pass | Str => replace(Eggex, Str) |
26 | pass | Str => replace(Eggex, Expr) |
27 | pass | Str => replace(*, Expr), $0 |
28 | pass | Str => replace(Eggex, Expr), scopes |
29 | pass | Str => replace(Eggex, *, count) |
30 | pass | Str => replace(Str, Str), empty new/old strings |
31 | pass | Str => replace(Eggex, Lazy), convert_func |
32 | pass | Str => replace(Eggex, *), eflags |