Displaying page
of
pages;
Items to
Title |
Test
Details
TLD from URL
|
Expression |
([.])([a-z,1-9]{3,4})(\/)
|
Description |
Returns the TLD from a URL.
|
Matches |
.com/ .net/ .biz/ .123/ .mobi/
|
Non-Matches |
.co.uk/ .org.uk/
|
Author |
Rating:
Not yet rated.
Alistair MacDonald
|
Title |
Test
Details
Single Line CSS
|
Expression |
(?<!})\n
|
Description |
This small regular expression strips newline characters from a CSS file, except where preceded by a right-curly-bracket/brace. This enhances the 'scanability' of your CSS, saving scroll time.
|
Matches |
#branding\n{\ncolor:red\n}\n
|
Non-Matches |
#branding{color:red}
|
Author |
Rating:
Not yet rated.
Alistair MacDonald
|
Displaying page
of
pages;
Items to