mirror of
https://github.com/ziishaned/learn-regex.git
synced 2025-09-06 21:55:58 -04:00
Merge pull request #224 from 0x4kgi/patch-1
This commit is contained in:
commit
1d7820a034
@ -237,7 +237,7 @@ clarified that`t` is the last `t` in the sentence.
|
||||
In regular expressions, the meta character `?` makes the preceding character
|
||||
optional. This symbol matches zero or one instance of the preceding character.
|
||||
For example, the regular expression `[T]?he` means: Optional uppercase
|
||||
`T`, followed by a lowercase `h`, followed bya lowercase `e`.
|
||||
`T`, followed by a lowercase `h`, followed by a lowercase `e`.
|
||||
|
||||
<pre>
|
||||
"[T]he" => <a href="#learn-regex"><strong>The</strong></a> car is parked in the garage.
|
||||
|
Loading…
x
Reference in New Issue
Block a user