cancel
Showing results for 
Search instead for 
Did you mean: 

Validate Alphanumeric value with no space

mjbelcourt
Explorer
0 Kudos

Hello,

I have to validate a field of 4 characters in Javascript that could be a numeric or a character. The user cannot write a space.

I searched on the forum but I did not find the right syntax to do the validation.

if (xfa.this.rawValue.match(/[^A-Za-z0-9]\S\$/)) {

xfa.host.messageBox("Please enter alphanumeric only");

xfa.host.setFocus(this);

xfa.event.change = "";//

}

Could you please help me find the syntax?

Thank you in advance!

Marie.

Accepted Solutions (0)

Answers (0)