I have this regex in a java file that needs to be implemented in a JS file.
^[\p{Print}\n\r\\xa1-\xff]*$
I am having trouble getting it to work the same way.
If there is a tool somewhere for this, please share it here. Thanks!
I have this regex in a java file that needs to be implemented in a JS file.
^[\p{Print}\n\r\\xa1-\xff]*$
I am having trouble getting it to work the same way.
If there is a tool somewhere for this, please share it here. Thanks!