How can i use jQuery’s .find method with a regular expression as the parameter?

I have an xml that i’d like to search for “alike” results, similar to what LIKE does in SQL.
I thought about doing something like $ (xml).find('regexHere'), but i don’t know how to do that.
If that’s not the best method, could you recommend something else? The data i need to search is within node’s parameters.

newest questions tagged jquery – Stack Overflow

About Admin