python re
2018-05-07 本文已影响0人
zhj_njuer
re.match(pattern, source) ==> whether source matches pattern.
re.search(pattern, source) ==> whether source exists pattern.
re.match(pattern, source) ==> whether source matches pattern.
re.search(pattern, source) ==> whether source exists pattern.