Skip to content

Commit b9eff53

Browse files
DL6ERyubiuser
andauthored
Update docs/regex/tutorial.md
Co-authored-by: yubiuser <[email protected]> Signed-off-by: Dominik <[email protected]>
1 parent c4438da commit b9eff53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/regex/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Character class | Equivalent | Pi-hole specific | Interpretation
106106

107107
*) FTL matches case-insensitive by default as case does not matter in domain names
108108

109-
Note that character classes are abbreviations, they need to be used in character groups, i.e., enclosed in `[]`. As such, the equivalent of `[0-9]` would be `[[:digit:]]`, *not* `[:digit:]`. It ia allowed to mix character classes with classical character groups. For example, `[a-z0-9]` is identical to `[a-z[:digit:]]`.
109+
Note that character classes are abbreviations, they need to be used in character groups, i.e., enclosed in `[]`. As such, the equivalent of `[0-9]` would be `[[:digit:]]`, *not* `[:digit:]`. It is allowed to mix character classes with classical character groups. For example, `[a-z0-9]` is identical to `[a-z[:digit:]]`.
110110

111111
# Advanced examples
112112

0 commit comments

Comments
 (0)