I am after documentation on using wildcard or regular expressions (not sure on the exact terminology) with a jQuery selector.
I have looked for this myself but have
var test = $('#id').attr('value').match(/[^a-z0-9 ]+/);
Here you go!