blob: 79cf88b639a7d71a0ab0a756bd3a6b0ec0242f49 [file] [log] [blame] [view]
# bnf-regex - Simplified regex generation
Regex expressions can get quite complicated. By combining them with BNF syntax,
the source can be more easily understood and verified.
[Back to Unicode Utilities Help Home](index)