| Title |
Test
Find
CSS/HTML/JS Units of Measure Parsing
|
| Expression |
/(\d*\.?\d+)\s?(px|em|ex|%|in|cn|mm|pt|pc+)/igm |
| Description |
CSS/HTML/JS Units of Measure Parsing
Regular Expressions (RegEx / RegExp) Pattern
|
| Matches |
12px -450px 11.11px 1.11px .0em .00000001em |
| Non-Matches |
1.px 11.px |
| Author |
Rating:
Not yet rated.
Yasin Kuyu
|
| Source |
Yasin Kuyu |
| Your Rating |
|