Regex for non latin chars? (1 Viewer)

R

Robert9

Guest
Is it possible to have a regex for non latin chars?
Why? Because some languages have really small chars, this looks like this for example:

water in english language - water in foreign language

What I am thinking about is a regex to do this:

find foreign chars start and end, find any needle, add size=huge before and after.

Result should be like this:

water in english language - water in foreign language


If a regex is not possible i can add something to mark the foreign language...

Read more

Continue reading...
 
Top