Regular Expressions 101

Community Patterns

0

Get h1-6 tag

.NET (C#)
(.*?)
Submitted by OlegBel - a year ago
0

fix plot histogram calls

.NET (C#)
k
Submitted by anonymous - a year ago
0

1-100

PCRE (PHP <7.3)
1-100
Submitted by anonymous - a year 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 - a year ago