I'm a new user of Studio 2021. Apologies if the following has already been discussed, but I couldn't find it in my search results...
I've set up Regex Match AutoSuggest to recognise capitalised words so that I can place them in my target TU, with the following Regex Pattern:
([A-Z][a-zA-Z]*\s*)+
This generally works very well (although I can't imagine why this isn't a standard function within Studio), but it falls down when the capitalised word contains an accented letter. For example Frédéric would only be recognised as far as "Fr". Can I enhance my Regex pattern to include standard French accented characters, or to cover the whole word regardless of accents?
Thanks in advance,
Matthew