nachos
nachos copied to clipboard
Regex in illegal chars method
Can you use Regex in the illegal chars method?
for example,
if a user enters 'wheres wally' the space is fine but its triggered when it starts with a space ' ', and just doesn't allow it to be entered unless the is a char before hand
Thanks for your time