#regexp

[ follow ]
from2ality
3 months ago
JavaScript

ECMAScript proposal: RegExp escaping

RegExp.escape() provides a reliable way to safely create regular expressions that match specific text, managing special characters effectively.
[ Load more ]