Regular Expressions 101

Library entries

1
python

HDFS Audit Log Parser

no description available
Submitted by Vance Wei - 7 years ago
1
python

nlc variation

no description available
Submitted by yasaman - 7 years ago
1
python

Strip unicode u

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

Address

Regex for extracting address with pincode.
Submitted by Irfan Patel - 7 years ago
1
python

grabs first part of formula

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

grab value from json

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

pull version number

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

BigTimeRegex2

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

BigTimeRegex3

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

a

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

HTML tag search

finds the common html tags
Submitted by Henri Mulder - 7 years ago
1
python

re

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

xref phone number

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

RUBROS

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

C-style comments

Match C-style comments
Submitted by Mykola Orliuk - 7 years ago
1
python

step1

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

SubRE

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

catch TXT record DNS

no description available
Submitted by anonymous - 7 years ago

Email list to TestRail multi-user add

Vote

1

Regular Expression
python

r"
(?P<lname>(?<=^)(?:.*?)(?=, )).*(?P<fname>(?<=, )(?:.*?)(?= \<)).*(?P<email>(?<=\<)(?:.*?)(?=\>))
"

Description

Loading markdown...
Submitted by Jon Robinson - 7 years ago