Regular Expressions 101

Library entries

-1
python

emoticon

no description available
Submitted by Victor Huang - 7 years ago
-1
python

Breakdown of this/that

no description available
Submitted by anonymous - 3 years ago
-1
python

IP Address

no description available
Submitted by anonymous - 3 years ago
0
golang

aprs

no description available
Submitted by anonymous - 5 years ago
0
golang

Action Rec

no description available
Submitted by anonymous - 5 years ago
0
python

匹配html中多个所需内容

no description available
Submitted by anonymous - 5 years ago
0
python

KBC: Extract ASA Names

no description available
Submitted by anonymous - 5 years ago
0
python

Remove file name from path

no description available
Submitted by anonymous - 5 years ago
0
python

HTML TAG Matcher

Match any HTML tags.
Submitted by anonymous - 5 years ago
0
golang

Find DevExpress Assembly References

no description available
Submitted by anonymous - 5 years ago
0
python

All sorts of experiments

no description available
Submitted by anonymous - 5 years ago
0
python

Between Brackets and Parens

no description available
Submitted by anonymous - 5 years ago
0
python

json to csv

only the begining though
Submitted by anonymous - 4 years ago
0
python

#coordinates

no description available
Submitted by anonymous - 4 years ago
0
python

proximity search

no description available
Submitted by anonymous - 4 years ago

Basic grammar for regex matching of simplistic Makefiles

Vote

-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