mirror of
https://github.com/ziishaned/learn-regex.git
synced 2025-08-23 11:56:10 -04:00
Make section 2.1 title singular
This commit is contained in:
parent
060cf5c514
commit
41e1eefca7
@ -60,7 +60,7 @@ letter and also it is too short.
|
|||||||
|
|
||||||
- [Basic Matchers](#1-basic-matchers)
|
- [Basic Matchers](#1-basic-matchers)
|
||||||
- [Meta Characters](#2-meta-characters)
|
- [Meta Characters](#2-meta-characters)
|
||||||
- [Full Stops](#21-full-stops)
|
- [The Full Stop](#21-the-full-stops)
|
||||||
- [Character Sets](#22-character-sets)
|
- [Character Sets](#22-character-sets)
|
||||||
- [Negated Character Sets](#221-negated-character-sets)
|
- [Negated Character Sets](#221-negated-character-sets)
|
||||||
- [Repetitions](#23-repetitions)
|
- [Repetitions](#23-repetitions)
|
||||||
@ -133,7 +133,7 @@ square brackets. The meta characters are as follows:
|
|||||||
|^|Matches the beginning of the input.|
|
|^|Matches the beginning of the input.|
|
||||||
|$|Matches the end of the input.|
|
|$|Matches the end of the input.|
|
||||||
|
|
||||||
## 2.1 Full Stops
|
## 2.1 The Full Stop
|
||||||
|
|
||||||
The full stop `.` is the simplest example of a meta character. The meta character `.`
|
The full stop `.` is the simplest example of a meta character. The meta character `.`
|
||||||
matches any single character. It will not match return or newline characters.
|
matches any single character. It will not match return or newline characters.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user