Join Discord
Powered by
That is JavaScript - if you concatenate a string a...
# help
g
gray-kilobyte-89541
07/12/2022, 4:58 PM
That is JavaScript - if you concatenate a string and a regex it just takes the regex as a string
Copy code
'foo' + /^bar$/ 'foo/^bar$/'
4
Views
Previous
Next