Home
Press ? for keyboard navigation
❮
Regex Examples (^ in character class)
Regex Examples quantifiers
❯
?
Optional character
Match the word
color
or the word
colour
.
Regex: /colou?r/
Input: color Input: colour Input: colouur
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)