10 Commits

Author SHA1 Message Date
RD WebDesign
05d653748f
Add proper footnotes to tutorial.md (#1235)
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2025-07-20 06:54:30 +02:00
Dave
faee8d62b1
Fix rogue brackets in regex tutorial (#1231)
Signed-off-by: Dave <18191844+its-dave@users.noreply.github.com>
2025-04-21 14:50:05 +02:00
Dominik
b9eff538b3
Update docs/regex/tutorial.md
Co-authored-by: yubiuser <github@yubiuser.dev>
Signed-off-by: Dominik <DL6ER@users.noreply.github.com>
2025-03-10 21:36:21 +01:00
DL6ER
c4438daa5e
Clarify how character classes need to be specified and explain how they can be combined with other selectors in character groups.
Signed-off-by: DL6ER <dl6er@dl6er.de>
2025-03-10 19:30:26 +01:00
XhmikosR
7ca1c7b7aa Markdownlint: enable MD040 rule
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-03-04 08:29:46 +02:00
Adam Warner
e68cabf7f9
white/black -> allow/deny
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2024-10-20 15:38:42 +01:00
Christian König
aa6c12e697
Fix markdownlinting errors
Signed-off-by: Christian König <ckoenig@posteo.de>
2024-01-13 22:00:29 +00:00
Christian König
4ac498e6a5
Upate markdown_extensions:
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-12-11 14:55:26 +01:00
Guy Gastineau
2ca99e9de7
Fix error in 'Advanced examples' expression
The section on character groups clearly states "To include a literal
-, make it the first or last character, ..."

In the example `Block domains without subdomains` the bounded
character group `[\-]{1}` should be `[-]{1}` if the intention is to match a
literal `-` as suggested by the accompanying description.

Signed-off-by: Guy Gastineau <strings.stringsandstrings@gmail.com>
2022-06-27 17:28:15 -04:00
DL6ER
fcee2c01e5
Improve regex documentation
Signed-off-by: DL6ER <dl6er@dl6er.de>
2021-02-02 10:45:20 +01:00