billybob123456
Programmer
In my C++ class, I am pre-compiling 6 regexp's, using Tcl_RegExpCompile. I have no problems doing this, and it works fine.
My only concern is that in the docs it states "Note: the return value from Tcl_RegExpCompile is only valid up to the next call to Tcl_RegExpCompile; it is not safe to retain these values for long periods of time."
Is this limitation no longer valid???
Thanks!
My only concern is that in the docs it states "Note: the return value from Tcl_RegExpCompile is only valid up to the next call to Tcl_RegExpCompile; it is not safe to retain these values for long periods of time."
Is this limitation no longer valid???
Thanks!