Regular Expressions 101

Community Patterns

0

Other segment

Java 8
Other segments
Submitted by Lufram - 6 months ago
0

ip address

Java 8
ip address regex
Submitted by shyam - 7 months ago
0

Titulo da expressao

Java 8
\w
Submitted by anonymous - 7 months ago
0

test

Java 8
test
Submitted by anonymous - 7 months ago

Sanitize percentage input into bare real number

0

Regular Expression
.NET (C#)

@"
^ *([\+\-]?) *(?>([0-9]+)[.,]?([0-9]*)|[.,]?([0-9]+)) *%? *$
"

Description

Loading markdown...
Submitted by Moravuscz - 10 months ago