Commit 0ea091b nina.loser
committed
1 parent b710d12 commit 0ea091b Copy full SHA for 0ea091b
File tree 1 file changed +1
-13
lines changed
1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 130
130
regex:
131
131
description:
132
132
- If V(vm_name) is used as an Regex Filter.
133
- - Metacharacters use in the V(vm_name):
134
- - [] A set of characters
135
- - \ Signals a special sequence (can also be used to escape special characters)
136
- - . Any character (except newline character)
137
- - ^ Starts with
138
- - $ Ends with
139
- - * Zero or more occurrences
140
- - + One or more occurrences
141
- - ? Zero or one occurrences
142
- - {} Exactly the specified number of occurrences
143
- - | Either or
144
- - () Capture and group
145
- - For more: Python RegEx
133
+ - For Metacharacters use in the V(vm_name) show Python RegEx
146
134
type: bool
147
135
default: False
148
136
cluster:
You can’t perform that action at this time.
0 commit comments