Regular Expressions 101

Sponsors

Library entries

0
pcre2

T1

Reguljärt uttryck för att matcha T1
Submitted by Jonas Thor - 3 hours ago
0
pcre2

weekly

写周报把优路仕这边的工时天数去掉
Submitted by anonymous - 14 hours ago
0
pcre2

test123

test
Submitted by anonymous - 16 hours ago
0
javascript

Classification Matcher

Classification Matcher
Submitted by anonymous - 2 days ago
0
pcre2

Parse XML element parts

Parse XML element parts
Submitted by emadhusameldeen@gmail.com - 2 days ago
0
javascript

RTTU Pharsing

RegEx for RTTU Pharsing
Submitted by CVIKL Dubravko - 2 days ago
0
pcre2

Gene ID from GTF Attributes

As the title says, duh...
Submitted by anonymous - 2 days ago
0
python

Bespoke NGINX Log Parse

Splits NGINX logs into named groups
Submitted by Simon - 3 days ago
0
pcre2

match the id of linkedin url

match the id of LinkedIn URL
Submitted by goldentwon - 3 days ago

Floating point and scientific notation regex

Vote

0

Regular Expression
pcre2

/
^ (?: [+-]? # optional sign (?: # start a conditional group \d+ # either a nonzero number of digits | # or a decimal phrase \d* # optional digits preceding the decimal \.(?=\d) # a literal decimal followed by at least one digit \d* # optionally some more digits ) # note this group is mandatory! (?: # start an optional scientific notation group [eE] # the scientific notation character [+-]? # optional sign \d+ # after sci notation, you cannot go directly to a decimal )? ) $
/
gmx

Description

Loading markdown...
Submitted by Kevin Winner - 5 months ago