[xml] Trouble figuring out xmlregexp regular expressions



Hi,

I am working on a library that will need to parse strings using regular expressions conformant to the XML Schema regular _expression_ grammar (https://www.regular-expressions.info/xml.html). I ended up coming across libxml2 and it looks very promising, but I can't seem to figure out how the xmlregexp portion of the library works. I read through the autogenerated documentation http://xmlsoft.org/html/libxml-xmlregexp.html, but it isn't really clear exactly where to start. Is there anywhere I can find some examples of the regular _expression_ portion of the library in use?

Thanks,
Tim


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]