此 RegExp 的正则表达式模式源。
RegExp
final regExp = RegExp(r'\p{L}'); print(regExp.pattern); // \p{L}
String get pattern;