RegexPattern.Pattern property
The string of the regular expression from which it was compiled. This property is read-only.
In Unicode mode, you can specify a UString type string for the regular expression, but this property is fixed to the String type. Use the GetPattern method to get it as a UString type.