stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

Add `regex.escape`

Open LagunaElectric opened this issue 1 year ago • 0 comments
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

LagunaElectric avatar Sep 15 '24 18:09 LagunaElectric