Commit bcb4c81 nina.loser
committed
1 parent 89eb078 commit bcb4c81 Copy full SHA for bcb4c81
File tree 1 file changed +11
-16
lines changed
1 file changed +11
-16
lines changed Original file line number Diff line number Diff line change 122
122
-Tags virtual machine's notes is shown if set to V(true).
123
123
default: false
124
124
type: bool
125
- show_notes:
126
- description:
127
- -Tags virtual machine's notes is shown if set to V(true).
128
- default: false
129
- type: bool
130
125
show_allocated:
131
126
description:
132
127
- Allocated storage in byte and memory in MB are shown if it set to True.
136
131
description:
137
132
- If V(vm_name) is used as an Regex Filter.
138
133
- Metacharacters use in the V(vm_name):
139
- - [] -> A set of characters
140
- - \ -> Signals a special sequence (can also be used to escape special characters)
141
- - . -> Any character (except newline character)
142
- - ^ -> Starts with
143
- - $ -> Ends with
144
- - * -> Zero or more occurrences
145
- - + -> One or more occurrences
146
- - ? -> Zero or one occurrences
147
- - {} -> Exactly the specified number of occurrences
148
- - | -> Either or
149
- - () -> 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
150
145
- For more: Python RegEx
151
146
type: bool
152
147
default: False
You can’t perform that action at this time.
0 commit comments