SDL Trados Studio
SDL Trados GroupShare
SDL Trados Business Manager
SDL Trados Live
SDL MultiTerm
SDL Passolo
SDL Speech to Text
SDL Managed Translation - Enterprise
SDL MultiTrans
SDL TMS
SDL WorldServer
Translation Management Connectors
SDL LiveContent S1000D
SDL Contenta S1000D
SDL XPP
SDL Tridion Docs
SDL Tridion Sites
SDL Content Assistant
SDL Machine Translation Cloud
SDL Machine Translation Connectors
SDL Machine Translation Edge
Language Developers
Tridion Developers
Tridion Docs Developers
Xopus Developers
Community Help
SDL User Experience
Language Products - GCS Internal Community
SDL Community Internal Group
SDL Access Customer Portal
SDL Professional Services
SDL Training & Certification
Style Guides
Language Technology Partner Group
SDL Academic Partners
SDL Approved Trainers
SDL Enterprise Technology Partners
XyUser Group
ETUG (European Trados User Group) Public Information
Machine Translation User Group
Nordic SDL Tridion Docs User Group
SDL Tridion UK Meetup
SDL Tridion User Group New England
SDL Tridion West Coast User Group
SDL WorldServer User Group
Tridion Docs Europe & APAC User Group
Tridion User Group Benelux
Tridion User Group Ohio Valley
SDL MultiTerm Ideas
SDL Passolo Ideas
SDL Trados GroupShare Ideas
SDL Trados Studio Ideas
SDL Machine Translation Cloud Ideas
SDL Machine Translation Edge Ideas
SDL Language Cloud TMS Ideas
SDL Language Cloud Terminology Ideas
SDL Language Cloud Online Editor Ideas
SDL Managed Translation - Enterprise Ideas
SDL TMS Ideas
SDL WorldServer Ideas
SDL Tridion Docs Ideas
SDL Tridion Sites Ideas
SDL LiveContent S1000D Ideas
SDL XPP Ideas
Events & Webinars
To SDL Documentation
To SDL Support
What's New in SDL
Detecting language please wait for.......
Admittedly, I haven't looked deeply into this myself (yet). Thought I would ask here first to see if anyone can help.
I write a bunch of regular expression rules for QA Checker verification that check against various critieria, some of which involve spacing. I would like to check for an improper space before a period. However, sometimes a tag or tag group representing a link, for example, comes right before a period. For example:
Source: Wie diese konfiguriert werden müssen, wird im Abschnitt <tag> erklärt.
Target: How these must be configured is explained in section <tag>.
I would love to be able to use the following simple RegEx:
\s\.$
The problem is the RegEx engine ignores the tag and simply treats like this:
...explained in section .
This of course triggers my rule and gives me a false positive. I therefore have to make a bunch of exceptions for the words that come right before the tag. (I hope I'm explaining this clearly).
Is there any way to represent a tag (all tags / any tags) in the "Regular expressions" section of the Verification / QA Checker 3.0?
Hi Michael Schroeder
You can find a discussion about your issue at the link below, but long story short, what you are asking for is not possible with the QA Checker.Or to put it in another way, the QA checker…
You can find a discussion about your issue at the link below, but long story short, what you are asking for is not possible with the QA Checker.Or to put it in another way, the QA checker has no built-in functionality for detecting tags (this isn't a Regular Expression issue, but with how the QA checker works).
community.sdl.com/.../how-can-i-handle-tags-in-qa-checker-3-0--regular-expressions
Thank you Jesse Good. I checked out your link and also upvoted a relevant topic in SDL Ideas.