Forum: MemoQ support
Topic: Mass confirmation of number-only segments after MT
Poster: Anthony Rudd
Post title: Number only segments
Why not use the simpler regex:
^\d+$
It can also be easily extended to match decimal numbers, such as 1.23 or even with thousand separators.
Topic: Mass confirmation of number-only segments after MT
Poster: Anthony Rudd
Post title: Number only segments
Why not use the simpler regex:
^\d+$
It can also be easily extended to match decimal numbers, such as 1.23 or even with thousand separators.