Quantcast
Channel: voidtools forum
Viewing all articles
Browse latest Browse all 327

General • Re: Regular expression: "Italian sentences"

$
0
0
You'll need to make your own Italian word list.

For example:

\b(Pensami|Anche|Tu)\b



Use \p{Latin} to match basic Latin characters.
This will not be useful as almost all filenames are going to continue Latin characters.



To match words containing at least one diacritic:
regex:\b\w*[àèéìíîòóùú]\w*\b

Statistics: Posted by void — Mon Apr 22, 2024 12:29 pm



Viewing all articles
Browse latest Browse all 327

Trending Articles