ilinsky / jquery-xpath

jQuery XPath plugin (with full XPath 2.0 language support)
180 stars 64 forks source link

Use Xpath extension functions #29

Open alexgoaga opened 2 years ago

alexgoaga commented 2 years ago

Hi,

I would like to use a custom function in xpath, but I don't see any clear documentation on how to do that.

Let's say that I want to use a custom match for regular expressions. How can I write one?

Thanks, Alex.