Regular Expressions 101

Community Patterns

0

find const string in code for xml/java

Python
.
Submitted by anonymous - a year ago
0

Log Analysis Google

Python
final project
Submitted by anonymous - a year ago
0

Regex

Python
wifiwnsml
Submitted by krishabj - a year ago
0

DEPIT INFO

Python
K
Submitted by K - a year ago
0

SUBTOTAL

Python
SUBTOTAL 15.88
Submitted by KRISHNA - a year ago

firefox session parser

0

Regular Expression
Python

r"
^(?P<header>.+) \s name= (?P<name>.+) \s timestamp= (?P<timestamp>\d+) \s autosave= (?P<autosave>true|false) \s count= (?P<count>\S+) \s (?:group= (?P<group>.+) \s)? screensize= (?P<screensize>\d+x\d+) \s (?P<data>.+)
"
x

Description

Loading markdown...
Submitted by artemisart - 8 years ago