mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-10 04:22:13 +00:00
9 lines
206 B
Markdown
9 lines
206 B
Markdown
# `kumo.regex.escape(PATTERN)`
|
|
|
|
{{since('2024.09.02-c5476b89')}}
|
|
|
|
Escapes all regular expression meta characters in `PATTERN`.
|
|
|
|
The string returned may be safely used as a literal in a regular expression.
|
|
|