Home
last modified time | relevance | path

Searched refs:wildcard_to_re (Results 1 – 3 of 3) sorted by relevance

/dports/news/sabnzbdplus/SABnzbd-3.3.0/tests/
H A Dtest_misc.py93 assert "\\\\\\^\\$\\.\\[" == misc.wildcard_to_re("\\^$.[")
94 assert "\\]\\(\\)\\+.\\|\\{\\}.*" == misc.wildcard_to_re("]()+?|{}*")
/dports/news/sabnzbdplus/SABnzbd-3.3.0/sabnzbd/
H A Drss.py34 from sabnzbd.misc import cat_convert, wildcard_to_re, cat_to_opts, match_str, from_units, int_conv,…
59 txt = wildcard_to_re(text)
H A Dmisc.py218 def wildcard_to_re(text): function
241 if re.search("^%s$" % wildcard_to_re(name), cat, re.I):