Module human_regex::direct

source ·
Expand description

Functions for directly matching text or adding known regex strings

Functions

Escapes an entire list for use in something like an [or] or an [and] expression.
This text is not escaped. You can use it, for instance, to add a regex string directly to the object.
Add matching text to the regex string. Text that is added through this function is automatically escaped.