Forum: MemoQ support
Topic: A question regarding Regex Expression
Poster: Donglai Lou
Dear Colleague or Developer,
I need to auto translate numbers like "1.2 million" to "120" wan in Chinese.
I wrote the following expression:
(\d{1,2})\.(\d) million and $1$20 wan
usually a third party regex editor. this combo works. however, in Memoq, the result is
1$20 wanwan
could anyone kindly advise a solution.
thank you very much for your help in advance.
best regards,
Topic: A question regarding Regex Expression
Poster: Donglai Lou
Dear Colleague or Developer,
I need to auto translate numbers like "1.2 million" to "120" wan in Chinese.
I wrote the following expression:
(\d{1,2})\.(\d) million and $1$20 wan
usually a third party regex editor. this combo works. however, in Memoq, the result is
1$20 wanwan
could anyone kindly advise a solution.
thank you very much for your help in advance.
best regards,