Yeah that makes total sense, I just read up in the help about it - I'll give that a shot, thanks Darren!
On 6/6/07, Darren Cook <[EMAIL PROTECTED]> wrote:
> Sounds good to me! What's \s? Any whitespace character. \S is the complement. According to the manual (*) \b and \B are assertions, meaning they require a match, but don't consume any characters. \s and \S will not just match something, but also consume the character. Consuming the character is normally more intuitive. Darren *: http://jp.php.net/manual/en/reference.pcre.pattern.syntax.php (PCRE is used in most major languages, but I think the AS3 implementation may be slightly different; \s is definitely in AS3 regexes though) _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
-- [ JPG ]
_______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
