1# © 2019 and later: Unicode, Inc. and others. 2# License & terms of use: http://www.unicode.org/copyright.html 3 4"\\a" 5"\\A" 6"\\b" 7"\\B" 8"\\cX" 9"\\cC" 10"\\cZ" 11"\\d" 12"\\D" 13"\\e" 14"\\u001B" 15"\\E" 16"\\f" 17"\\u000C" 18"\\G" 19"\\h" 20"\\u0009" 21"\\H" 22"\\k" 23"\\n" 24"\\N" 25"\\p" 26"\\P" 27"{" 28"}" 29"\\Q" 30"\\r" 31"\\u000D" 32"\\R" 33"\\u000a" 34"\\u000b" 35"\\u000c" 36"\\u000d" 37"\\u0085" 38"\\u2028" 39"\\u2029" 40"\\s" 41"[\\t\\n\\f\\r\\p{Z}]" 42"\\S" 43"\\t" 44"\\u0009" 45"\\u" 46"\\uf0ff" 47"\\U" 48"\\U0010ffff." 49"\\v" 50"\\V" 51"\\w" 52"\\W" 53"\\x" 54"\\xhh" 55"\\X" 56"\\Z" 57"\\z" 58"\\n" 59"\\0" 60"\\0ooo" 61"." 62"^" 63"$" 64"\\" 65"|" 66"*" 67"+" 68"?" 69"," 70"*?" 71"+?" 72"??" 73"*+" 74"++" 75"?+" 76"(" 77"(?:" 78"(?>" 79"(?#" 80"(?=" 81"(?!" 82"(?<=" 83"(?<!" 84"(?" 85"-" 86")" 87":" 88"(?ismwx-ismwx:" 89"(?ismwx-ismwx)" 90"(?i)" 91"[" 92"]" 93"[\\u0000-\\U0010ffff]" 94"[:script=Greek:]" 95"{script=Greek}" 96"gC" 97"sc" 98"scx" 99"WB" 100"Nd" 101"d" 102"MN" 103