module TopinambourRegex
Constants
- DEFS
Now let's put these fragments together */
- REGEX_EMAIL
- REGEX_NEWS_MAN
- REGEX_URL_AS_IS
- REGEX_URL_FILE
TODO: also support file:/etc/passwd */
- REGEX_URL_HTTP
Lookbehind so that we don't catch “abc.www.foo.bar”, bug 739757. Lookahead for www/ftp for convenience (so that we can reuse HOSTNAME1). */
- REGEX_URL_VOIP
- SCHEME