[jQuery] username validation using jQuery Validation plugin

[jQuery] username validation using jQuery Validation plugin


Hi all,
Is there a way to validate "username" field (no space, only letters)?
I don't want to modify the code. I know this can be done easily with
if statement but I just want to see if the Validation plugin has this
feature already: http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js
Thanks.