martijnpeek
Junior Member
Posts: 3
Registered: 8/22/2006
Member Is Offline
|
| posted on 10/14/2006 at 12:20 PM |
|
|
€ possible ???
hi there ,
i want to know if it is possible to validate the € sign.
I have a form field that contains the foolowing information :
€ 7,50
So no letters just € 7,50
|
|
|
tigra
Administrator
Posts: 1912
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 10/15/2006 at 09:31 AM |
|
|
Googled euro sign in regexp and found that you can use Unicode character: \u20A0
I didn't test it. If it doesn't work google some more.
|
|
|