Thanks for the suggestion! I’ve been trying to learn more about regular expressions, and hadn’t realized that the MATCHES operator used them. I’ve tried it out with the syntax you suggested:
$URL$ MATCHES “.*[^0-9A-Za-z ].*” => TRUE
and it doesn’t seem to be filtering anything out. For example آموزش-رایگان/نامه-ی-انگیزشی-یا-motivation-letter-چیست-؟ wasn’t filtered out.
This is great @izaychik63! I’ve changed the syntax a little, and I’m adding in the characters that I want to from valid URLs. I’ll just keep feeding more URL lists in here until I make sure I have all valid URLs. Here’s what it looks like at the moment: