| Title |
Test
Find
match float with Exponent and f sign
|
| Expression |
[\+-]?(([0-9]*\.[0-9]+|[0-9]+\.[0-9]*)([Ee][\+-]?[0-9]+)?[Ff]?|[0-9]+[Ff]) |
| Description |
match a float number with Exponent sign and f sign |
| Matches |
2.0 | 0.3 | -.4 | 3.f | 2.4E-2f | 0.4E4f |
| Non-Matches |
2 | 234 | .f |
| Author |
Rating:
Not yet rated.
Mocchapine
|
| Source |
|
| Your Rating |
|