Lisp und Scheme
This commit is contained in:
@@ -18,13 +18,9 @@ A regular expression specifies a set of strings that matches it. This cheat shee
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
`*?` Matches 0 or more repetitions of the preceding RE.
|
||||
|
||||
+ Greedily matches 1 or more repetitions of the preceding RE.
|
||||
+ Greedily matches 1 or more repetitions of the preceding RE.
|
||||
|
||||
+? Matches 1 or more repetitions of the preceding RE.
|
||||
? Greedily matches 0 or 1 repetitions of the preceding RE.
|
||||
|
||||
Reference in New Issue
Block a user