[jQuery] Little bug in currency Parser
[jQuery] Little bug in currency Parser
The Regex code for currency is not getting it all.
for example: a leading +/- will also be killt...
So the Regex should be:
/^[-+]?[0-9]*\.?[0-9]+$/g
Topic Participants
mail