tags:

views:

33

answers:

2

I'm developing a XPCOM C++ component that have to use some RegExps functions

Does XPCOM C++ have build-in support for RegExps?

A: 

Hi, It was planned for Firefox 1.0 but after a long thread there was a decision not to add it to core XPCOM.

Anatoliy
A: 

It is in theory possible to use the regexp support in the JS API but I'm no JSAPI hacker ;-)

Neil