Regular Expressions 101

Community Patterns

36

http://

PCRE (PHP <7.3)
no description available
Submitted by Mitus M. - 9 years ago
8

repeat group match

Python
no description available
Submitted by anonymous - 8 years ago
18

Email validation

PCRE (PHP <7.3)
no description available
Submitted by tutsplus.com - 9 years ago
16

Alphanumeric Regex

PCRE (PHP <7.3)
no description available
Submitted by Deepan - 8 years ago
9

domain - host

Python
no description available
Submitted by anonymous - 8 years ago

Amadeus TST Match

0

Regular Expression
PCRE2 (PHP >=7.3)

/
TST(?'TQTId'\d{5})|[ \d]{2}\d\.FV.*(?'IssuingAirline'\w\w)|FARE (?'FarePricingIndicator'.) (?'FareCurrency'...)(?'Fare'.{11})|GRAND TOTAL (?'GTCurrency'...)(?'GrandTotal'.{11})|(?'Seg'[ \d]\d . (?'Origin'\w\w\w) (?'Carrier'..) (?'FlightNo'....) (?'Class'.).(?'DepDate'\d\d\w\w\w).(?'DepTime'\d\d\d\d) (?'Status'...) (?'FareBasis'.{8}) (.{18})(?'BgAllowance'...))|^ (?'Destination'\w\w\w).*$|^.*$
/
gm

Description

Loading markdown...
Submitted by anonymous - 5 months ago