I'm developing a XPCOM C++ component that have to use some RegExps functions
Does XPCOM C++ have build-in support for RegExps?
I'm developing a XPCOM C++ component that have to use some RegExps functions
Does XPCOM C++ have build-in support for RegExps?
Hi, It was planned for Firefox 1.0 but after a long thread there was a decision not to add it to core XPCOM.
It is in theory possible to use the regexp support in the JS API but I'm no JSAPI hacker ;-)