Please enable JavaScript to use regex101
Regular
Expressions
101
Support Regex101
Social
Info
Regex Editor
Community Library
Account
Regex Quiz
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP)
JavaScript
Python
Golang
Java
.NET 7.0 (C#)
Rust
POSIX ERE
POSIX BRE (grep/sed)
PCRE (Legacy)
Sponsors
Learn to code interactively with bite-sized, hands-on programming challenges.
Community Library
Search community submissions...
0/512
Your search did not match anything
Community Library Entry
2
Regular Expression
Open Workspace
/
^\d
+
(?:
[
.
]
\d
{1,2}
|
$
)
$
/
Description
Created
·
2014-12-14 09:10
Type
·
Unit Tests
Flavor
·
JavaScript
Checks that value is float format and has two digits at max
Submitted by
@jprajani
Open Workspace