regex
parent
46fa043476
commit
a8bfa0acc0
|
@ -50,7 +50,6 @@ hello\s(.+)
|
||||||
match: hello foo
|
match: hello foo
|
||||||
group 1: foo
|
group 1: foo
|
||||||
|
|
||||||
|
|
||||||
match: hello bar
|
match: hello bar
|
||||||
group 1: bar
|
group 1: bar
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue