Quantcast
Channel: ProZ.com Translation Forums
Viewing all articles
Browse latest Browse all 8104

Regex tagger for %d & %s | Minor addition

$
0
0
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]

Viewing all articles
Browse latest Browse all 8104