Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- >>> bool(re.compile(r"f(unc|ield)_[1-9]{1,}_[a-zA-Z]{1,}$").match('09hiuhiuihu'))
- False
- >>> bool(re.compile(r"f(unc|ield)_[1-9]{1,}_[a-zA-Z]{1,}$").match('field_209_p'))
- False
Advertisement
Add Comment
Please, Sign In to add comment