RegEx to find which segment missing the required translation term

Hi Regex Gooroos,

Could you please advise which RegEx may assist me in finding where I am missing target term I need, using filters (please do not suggest the way of using glossary nerve-racking "find missing target term" as I need to minimize my therbligs while checking couple of words only)

Screenshot of Trados Studio interface showing the 'Find and Replace' dialog box with a query for 'disposal' in the 'Find what' field, highlighting instances of the term in the target text pane.

Couldn't figure out how negative expression (for something that is missing) may look like.

By the way, why in my screenshot above the last letter was not found?

Thanks 



Generated Image Alt-Text
[edited by: Trados AI at 4:41 AM (GMT 0) on 5 Mar 2024]
emoji
Parents
  • Source: disposal
    Target: ^((?!утилизац).)*$
    Check the Regular Expression box

    You can replace утилизац with any other term if need be.
    If you want also to capture the verb утилизировать, then use утилиз 
    Trados Studio Advanced Display Filter 2.0 interface with 'Apply Filter', 'Reverse', 'Clear', 'Highlight', 'Generate' buttons at the top. The 'Content' tab is selected with fields for Source and Target. Source field contains the word 'disposal' and Target field contains a regular expression. 'Regular Expression' checkbox is checked.

    emoji


    Generated Image Alt-Text
    [edited by: Trados AI at 4:41 AM (GMT 0) on 5 Mar 2024]
Reply
  • Source: disposal
    Target: ^((?!утилизац).)*$
    Check the Regular Expression box

    You can replace утилизац with any other term if need be.
    If you want also to capture the verb утилизировать, then use утилиз 
    Trados Studio Advanced Display Filter 2.0 interface with 'Apply Filter', 'Reverse', 'Clear', 'Highlight', 'Generate' buttons at the top. The 'Content' tab is selected with fields for Source and Target. Source field contains the word 'disposal' and Target field contains a regular expression. 'Regular Expression' checkbox is checked.

    emoji


    Generated Image Alt-Text
    [edited by: Trados AI at 4:41 AM (GMT 0) on 5 Mar 2024]
Children