We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea8c106 + 5c361ee commit 562f36aCopy full SHA for 562f36a
scripts/geodata/i18n/transliteration_rules.py
@@ -183,10 +183,6 @@ def replace_literal_space(m):
183
regex_char_set_greedy = re.compile(r'\[(.*)\]', re.UNICODE)
184
regex_char_set = re.compile(r'\[(.*?)(?<!\\)\]', re.UNICODE)
185
186
-char_class_regex_str = '\[(?:[^\[\]]*\[[^\[\]]*\][^\[\]]*)*[^\[\]]*\]'
187
-
188
-nested_char_class_regex = re.compile('\[(?:[^\[\]]*\[[^\[\]]*\][^\[\]]*)+[^\[\]]*\]', re.UNICODE)
189
190
range_regex = re.compile(r'[\\]?([^\\])\-[\\]?([^\\])', re.UNICODE)
191
var_regex = re.compile('[\s]*\$([A-Za-z_\-]+[A-Za-z_0-9\-]*)[\s]*')
192
0 commit comments