mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-17 21:23:18 +00:00
Jarrod Johnson
a85ffa8f8b
Add regex names and attribute match to noderange
Enhance noderange to implement: attribute.name==value (also attribute.name=value) -- strict equality match attribute.name=~value -- regular expression match attribute.name!=value -- strict negative match attribute.name!~value -- negative regular expression match ~nameexpression -- search by node name using regular expression This also goes a step further by intelligently limiting searches when found to the right of @ or ,-.
Description
Languages
Python
80.4%
Shell
15.6%
C
3.6%
Perl
0.3%