When you have time to add the regular expression
support, please include the match and replace wrapper
functions in the string class as is found in JavaScript.
These provide a much simpler interface than working
directly with the regular expression object. Please note
that part of the power of the match function is that one
can include things like $1 in the replace string, and the
parser will do the correct thing.
Thanks for all your hard work. This is a very impressive
contribution.
Logged In: YES
user_id=901744
We currently might get the option for providing a RegExp
Framework. This should be implemented by the release that
contains the RegExp.
Logged In: YES
user_id=901744
Regexp has been added to the CVS (you can view them,
here:http://cvs.sourceforge.net/viewcvs.py/as2lib/main/src/org/as2lib/regexp/)
I will not add the methods to the StringUtil to not have
troubles with the resulting .swf FileSize by just using the
StringUtil, but there may be a RegExpUtil that allows your
methods.