I'm creating a domain rule to avoid values in my country domain that won't correspond to country long name/two-letter code/Three-letter code/Numeric code and native title.
Could you please help me create a rule to capture native characters like hiraganas and Arabic letters?
This is how my domain values look like
I'm trying to capture values like
This is my progress so far
Also, I'm wondering what is the dialect used by DQS for regex.
Maybe you can use Unicode Categories on the regular expressions. Check how to do this here: