Discussion about this post

User's avatar
Kevin Lossner's avatar

It's probably worth noting that for screening/filtering purposes, all the currency symbols ($, £, €, ₽ and so on) could in fact be replaced by the character class designation "\p{Sc}". To learn more about Unicode character classes in .NET regex (the dialect on which the implementation in memoQ is based), see https://learn.microsoft.com/en-us/dotnet/standard/base-types/character-classes-in-regular-expressions

Expand full comment
1 more comment...

No posts