Regular Expressions 101

Sponsors

Library entries

1
java

Email finder

Matches with the valid email addresses.
Submitted by anonymous - a day ago
0
java

Other segment

Other segments
Submitted by Lufram - 5 days ago
0
java

Take segments to string

Take segments to string
Submitted by Lufram - 5 days ago
0
java

Kyivstar phone number

Kyivstar phone number
Submitted by milka_vlad - 10 days ago
0
java

tas-branch-validation

tas-branch-validation
Submitted by doron-hafner - 13 days ago
0
java

ip address

ip address regex
Submitted by shyam - 16 days ago
0
java

Titulo da expressao

\w
Submitted by anonymous - 21 days ago
0
java

Apigee example SQL injection detection regex

Source
Submitted by anonymous - a month ago
0
java

test

test
Submitted by anonymous - a month ago
0
java

Password

Password
Submitted by Mohammed Elshaboury - a month ago
0
java

OmegaT

regular expressions used in OmegaT
Submitted by anonymous - 2 months ago
0
java

Business Address | WI | Trademark | USA

s
Submitted by anonymous - 2 months 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 - 4 months ago