> --
>
> You received this message because you are subscribed to the Google Groups "Regex" group.
> To post to this group, send email to
re...@googlegroups.com.
> To unsubscribe from this group, send email to
regex+un...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/regex?hl=en.
>
>
>
huh, i dunno. i guess it would be nice if we could do something like:
PRINT(^\n\n)*?\'{2}\w+\'{2}(?!\n\s*\n)
where ^ there means 'not' sort of like in character ranges but for
arbitrarily long strings
i wonder why they don't have that.