mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-02 03:02:31 +00:00
Stdlib: nre: Docstring improved.
This commit is contained in:
@@ -48,7 +48,6 @@ export options
|
||||
## # (a: 6, b: 6)
|
||||
## # (a: 7, b: 7)
|
||||
##
|
||||
## import options # critical to use isSome() and get()
|
||||
## let firstVowel = "foo".find(vowels)
|
||||
## let hasVowel = firstVowel.isSome()
|
||||
## if hasVowel:
|
||||
|
||||
Reference in New Issue
Block a user