Start a new topic

RegEx for URLs as non-translatables

I've improved my regular expression for URLs to be handled as non-translatables:


 

#websites, URLs
|^(https?|ftp|file)://[-a-zA-Z0-9_\.\/:\?\=&]*[-a-zA-Z0-9_\.\/:\?\=&]

 It now matches URLs like:


image


image


image

image


1 Comment

Perhaps this works too: |^(https?|ftp|file)://[-a-zA-Z0-9_\./:\?\=&]*[-a-zA-Z0-9_\./:\?\=&]
Login to post a comment