Commit 920d85e nina.loser
committed
1 parent 38bd089 commit 920d85e Copy full SHA for 920d85e
File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 131
131
description:
132
132
- If V(vm_name) is used as an Regex Filter.
133
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
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
145
- For more: Python RegEx
146
146
type: bool
147
147
default: False
You can’t perform that action at this time.
0 commit comments