Changes

Regular expression support

132 bytes added, 16:42, 11 September 2014
Added link to numeric range regex generator
Normally, hosts are parsed from top to the bottom, except when the hostname is not a regular expression.
So host "bronek1" will match "profile1", even though it also matches "b.+" and "bron.+" (which are regular expressions).
 
 
 
''' Numeric ranges '''
 
Cool page for generating regex numeric ranges is here: http://utilitymill.com/utility/Regex_For_Range/42
23
edits