23
edits
Changes
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