Searched defs:regex (Results 1 - 2 of 2) sorted by relevance

/inkscape/share/palettes/
H A Di18n.py11 regex = re.compile(r'^\s*\d{1,3}\s+\d{1,3}\s+\d{1,3}\s+([^#\s].*)') variable
17 match = regex.match(line)
/inkscape/src/xml/
H A Drepr-io.cpp204 GRegex *regex = g_regex_new( local
208 g_regex_match (regex, this->cachedData.c_str(), G_REGEX_MATCH_NEWLINE_ANY, &info);
216 g_regex_unref(regex);

Completed in 47 milliseconds