mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-23 21:29:53 +00:00
Adjust formatting
This commit is contained in:
@@ -50,6 +50,7 @@ match. `"2222".find(re"22")` is `"22", "22"`, not `"22", "22", "22"`.
|
||||
Arguments are the same as link:#proc-match[`match(...)`]
|
||||
|
||||
Variants:
|
||||
|
||||
- `findAll(...)` returns a `seq[RegexMatch]`
|
||||
- `findAllStr(...)` returns a `seq[string]`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user