Hello people,
I need a regex to search for the first character everyline and replace it with a uppercase.
Could someone help me?
Thank you in advance
Hello people,
I need a regex to search for the first character everyline and replace it with a uppercase.
Could someone help me?
Thank you in advance
Hi Daniel,
Unfortunately, I think this not possible to have one regex expression to cover all cases with Trados.
(Trados uses .net regular expressions and .net does not have syntax to convert characters to uppercase)
The best you can do is one character at a time like so:
It sounds like a good idea for a plug-in tool though.