🔰special characters

🚧 under construction

JSvalueobjectregexpattern ⟩ special characters

// need to be escaped with a backslash (\)
. ? + * ^ $ \ /
( ) [ ] { } |	
// any other character matches itself.

Last updated