Regular Expressions 101

Community Patterns

0

Password

Java 8
Password
Submitted by Mohammed Elshaboury - 7 months ago
0

USD

.NET (C#)
USD
Submitted by anonymous - 8 months ago
-1

MMM DDD YYYY

.NET (C#)
FEB MON 2023
Submitted by anonymous - 8 months ago
0

carbon

Java 8
test1
Submitted by anonymous - 8 months ago
0

Get h1-6 tag

.NET (C#)
(.*?)
Submitted by OlegBel - 8 months ago
0

Match gradle dependencies

Java 8
.
Submitted by anonymous - 8 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