Home
last modified time | relevance | path

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

/dports/textproc/py-wcmatch/wcmatch-8.3/wcmatch/
H A D_wcparse.py37 RE_WIN_DRIVE_START = re.compile(r'((?:\\\\|/){2}((?:\\[^\\/]|[^\\/])+)|([\\]?[a-z][\\]?:))((?:\\\\|… variable
369 m = RE_WIN_DRIVE_START.match(pattern)