Regular Expressions 101

Library entries

1
python

Ordinal

Matches ordinal numbers
Submitted by D - 8 years ago
1
javascript

huj

no description available
Submitted by anonymous - 8 years ago
0
javascript

3 digit number between 82-104

no description available
Submitted by anonymous - 8 years ago
1
javascript

Persian Alphabet Characters

The Pesian Alphabet Chhars
Submitted by Saeed Tabrizi - 8 years ago
1
javascript

MASSA$%^&*)(*

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

Get any word before specific string

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

sml-identifier

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

exemplo-flex-4

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

exemplo-flex-2

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

exemplo-flex-1

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

exemplo-flex-0

no description available
Submitted by anonymous - 8 years ago
2
javascript

identity

no description available
Submitted by anonymous - 8 years ago
1
javascript

text beetween <<>>

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

https://regex101.com/r/lS4dV7/1

ipv4 address matching
Submitted by Unknown - 8 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