Commit 5f13d40a by Abhijit Menon-Sen

Mention x:y ranges in pattern documentation

parent bfe708a1
...@@ -72,9 +72,9 @@ As an advanced usage, you can also select the numbered server in a group:: ...@@ -72,9 +72,9 @@ As an advanced usage, you can also select the numbered server in a group::
webservers[0] webservers[0]
Or a portion of servers in a group:: Or a range of servers in a group::
webservers[0-25] webservers[0:25]
Most people don't specify patterns as regular expressions, but you can. Just start the pattern with a '~':: Most people don't specify patterns as regular expressions, but you can. Just start the pattern with a '~'::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment