Forum: MemoQ support
Topic: Regex tagger for %d & %s
Poster: Stepan Konev
Post title: Minor addition
If you have some variables like %dsdsds, or %dd, or %ss, etc. you can use %\w\b where \b denotes the end of a word. This will limit your regex search to a 'word' consisting of % and any 1 letter only.
[Edited at 2020-10-29 19:28 GMT]
Topic: Regex tagger for %d & %s
Poster: Stepan Konev
Post title: Minor addition
If you have some variables like %dsdsds, or %dd, or %ss, etc. you can use %\w\b where \b denotes the end of a word. This will limit your regex search to a 'word' consisting of % and any 1 letter only.
[Edited at 2020-10-29 19:28 GMT]