I am building a simple regex expression which extracts the letters of the alphabet including the letters with accents. What I am having trouble with is using FME's regex editor vs the online one and the conflicts.
The example below I have screenshots of regex101 online and FME regex editor and they both show different results for the expression:
>a-zA-Z\\sčćđšž]+
I need help understanding why is this and what to do to get around this issue?
Also, how do you apply regex flags?