- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
this should do the trick.
if (!xfa.event.newText.charAt(0).match(/[a-zA-Z0-9]/g)) {
xfa.event.change = "";
}
this should do the trick.
if (!xfa.event.newText.charAt(0).match(/[a-zA-Z0-9]/g)) {
xfa.event.change = "";
}