Regular Expressions 101

Community Patterns

-1

GitHub issue link

ECMAScript (JavaScript)
todo
Submitted by sadespresso - 6 months ago
0

for killerswim

.NET (C#)
a
Submitted by anonymous - 6 months ago
0

test

ECMAScript (JavaScript)
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 - a year ago