RegEx for upper case in first word of segment

Hello, I need to start all segments with upper case. Just the first word of each segment. Is there a regular expression one can use? Thanks in advance!

Parents Reply Children
  • You could do that in Word I think. A long-run workaround, but could work.

    Export for external review. Copy the target column in a new file. Convert it to text, separated by paragraph marks. Then search for

    ^13[a-z]

    using wildcards and replace with

    ^p^&

    formatted as Capitals.

    After that convert the text to table and copy back to your previously exported file.

    _________________________________________________________

    When asking for help here, please be as accurate as possible. Please always remember to give the exact version of product used and all possible error messages received. The better you describe your problem, the better help you will get.

    Want to learn more about Trados Studio? Visit the Community Hub. Have a good idea to make Trados Studio better? Publish it here.