Regular Expressions 101

Community Patterns

2

lottery data picker

Python
for azlottoapi
Submitted by anonymous - 3 years ago
2

IpAddress

Python
Ensure the ip address format is correct
Submitted by aaa - 3 years ago

Basic grammar for regex matching of simplistic Makefiles

-2

Regular Expression
Python

r"
(?P<assign_op>(\:|\!|\?)?=)|(?P<token_subst>$|%(\<\@))|(?P<token_ident>[\w\d\.\,]+)|(?P<target_name_match>%\.?)|(?P<token_rule_sep>[:])|(?P<incr_op>\n)|(?P<line_end>\n)|(?P<comment_op>#[.*]+$)|(?P<adjust_parser>[\$%\s\t\:])
"
gm

Description

Loading markdown...
Submitted by Robert Butler <me@r-butler.net> - 9 years ago