[osflash] RegExp question

John Grden neoriley at gmail.com
Wed Jun 6 22:24:02 EDT 2007


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 <darren at dcook.org> 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
> osflash at osflash.org
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>



-- 
[  JPG  ]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/osflash_osflash.org/attachments/20070606/03d958b1/attachment.htm


More information about the osflash mailing list