Commit b710d12 nina.loser
committed
1 parent 920d85e commit b710d12 Copy full SHA for b710d12
File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 133
133
- Metacharacters use in the V(vm_name):
134
134
- [] A set of characters
135
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
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