mirror of
https://github.com/xcat2/confluent.git
synced 2026-05-18 04:07:17 +00:00
dc0183fdf4
This permits expressions like: node[:-3] To say nodename, but leave out 3 chars. Or: node[3:] To skip the first three characters.