stdlib
stdlib copied to clipboard
Add `regex.escape`
trafficstars
Added regex.escape to escape regex strings. I saw the issue for this and needed the same, so here it is! It takes a string, escapes all regex chars, and returns it.
Closes #677