(Solved)How to use regex to match Unicode range?
I've read the user guide which said ARen uses PCRE regex
PCRE regex requires /u suffix to match unicodes, but the "/...../u" pattern is not working on the renamer GUI
need help
Edit: nevermind. "[^\x{0000}-\x{FFFF}]" works
PCRE regex requires /u suffix to match unicodes, but the "/...../u" pattern is not working on the renamer GUI
need help
Edit: nevermind. "[^\x{0000}-\x{FFFF}]" works