Regular Expressions 101

Library entries

0
pcre

match text between two <br/> tags.

no description available
Submitted by gordie - 9 years ago
0
javascript

filename split

Splitting file names
Submitted by Miloš Ratković - 9 years ago
0
pcre

seasons

no description available
Submitted by anonymous - 9 years ago
0
pcre

first word plus string

first word and resulting string
Submitted by anonymous - 9 years ago
0
pcre

html text grep

no description available
Submitted by Cyrbil - 9 years ago
0
pcre

url GET parameters

no description available
Submitted by anonymous - 9 years ago
0
pcre

Parse JSON key value pair

no description available
Submitted by Kostas Trichas - 9 years ago
0
pcre

Match all html tags

no description available
Submitted by Kostas Trichas - 9 years ago
0
pcre

asdfs

sfsdadf
Submitted by poter - 9 years ago

firefox session parser

Vote

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