I have a regex to found charakters in a string:
^[A-Za-züäöÜÄÖ$@߀0-9\.\-_ \&\<\>\=\`\:#\{\}\,\(\)\"\'\+\]\[\/%;!?\\\n]{0,20000}$
When I become a name with js from a file like 'tüst.txt' the regex not match the 'ü' in the string.
How can I found the 'ü' in the filename? Or the other umlauts?
thank you in advance