Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DCookie.py532 _LegalCharsPatt = r"[\w\d!#%&'~_`><@,:/\$\*\+\-\.\^\|\)\(\?\}\{\=]" variable
536 ""+ _LegalCharsPatt +"+?" # Any word of at least one letter, nongreedy
544 ""+ _LegalCharsPatt +"*" # Any word or empty string