martijnpeek
Junior Member
Posts: 3
Registered: 8/22/2006
Member Is Offline
|
| posted on 10/14/2006 at 12:20 PM |
|
|
a?? possible ???
hi there ,
i want to know if it is possible to validate the a?? sign.
I have a form field that contains the foolowing information :
a?? 7,50
So no letters just a?? 7,50
|
|
|
tigra
Administrator
Posts: 2050
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.
|
|
|