Forum: SDL Trados support
Topic: Regex expression to find superscript characters only?
Poster: Bernard Lieber
Post title: Workaround
As Paul pointed out, it could be tricky - a few examples would be welcome. If your text is just Ve s., I would use TermInjector (OpenExchange) with the following replacement rules:
V -> 5
([eE]) -> th
s. -> century
You'll get this: Ve s. 5th century
HTH,
Bernard
[Edited at 2014-01-15 12:25 GMT]
Topic: Regex expression to find superscript characters only?
Poster: Bernard Lieber
Post title: Workaround
As Paul pointed out, it could be tricky - a few examples would be welcome. If your text is just Ve s., I would use TermInjector (OpenExchange) with the following replacement rules:
V -> 5
([eE]) -> th
s. -> century
You'll get this: Ve s. 5th century
HTH,
Bernard
[Edited at 2014-01-15 12:25 GMT]