Regular Expressions 101

Community Patterns

1

one line html

PCRE2 (PHP >=7.3)
matches html
Submitted by anonymous - 2 months ago
-1

Regex example

PCRE2 (PHP >=7.3)
For pldi
Submitted by PlaceReporter99 - 3 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