Regular Expressions 101

Community Patterns

0

Barcode Regex

PCRE2 (PHP >=7.3)
Barcode Regex
Submitted by anonymous - a year ago
0

optional

PCRE2 (PHP >=7.3)
optional
Submitted by anonymous - a year ago
0

ASD

PCRE (PHP <7.3)
HI
Submitted by anonymous - a year ago

Two Line Element (TLE) validation

1

Regular Expression
PCRE (PHP <7.3)

/
(1) (\d{5})([US ]) (\d{2})(\d{3})([A-Z ]{1,3}) (\d{2})(\d.{11}) ([-].\d{8}) ([-+ ]\d{5}[-+ ]\d) ([-+ ]\d{5}[-+]\d) ([0-4]) ([ \d]{4})(\d) (2) (\d{5}) ([ \d]{3}.[\d ]{4}) ([ \d]{3}.[ \d]{4}) (\d{7}) ([ \d]{3}.[\d ]{4}) ([ \d]{3}.[\d ]{4}) ([ \d]{2}.[\d ]{8})([ \d]{5})(\d)
/

Description

Loading markdown...
Submitted by Michael Lodge-Paolini - 8 years ago