mirror of
https://github.com/ziishaned/learn-regex.git
synced 2025-09-07 06:07:00 -04:00
Fix minor typo
This commit is contained in:
parent
5dacd8a409
commit
506f0a464c
@ -235,7 +235,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