phoenix-firestorm/indra/llui/tests
Lynx Linden c6108f0fad EXT-4125: Regexes hurt my head!
Updated the regex to match a free URL in plain text with no http:
protocol. This now explicitly does not match e-mail addresses, such as
test@lindenlab.com (yay negative lookbehind regexes). It additionally
matches URLs with a port or path after it, e.g., secondlife.com/status.

I've added a bunch more unit tests to asset positive and negative
matches for this regex, because no human can do this in their head.
2010-01-15 11:07:37 +00:00
..
llurlentry_stub.cpp
llurlentry_test.cpp EXT-4125: Regexes hurt my head! 2010-01-15 11:07:37 +00:00
llurlmatch_test.cpp