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
If you just want to select elements that contain given string then you can use following selector:
$(':contains("search string")')