Using wildcards (Like -operator)

Gio Siradze
Gio Siradze
  • Updated

When a value supports wildcards (Like -operator) you can use the following special characters. All of the example below match the string ‘example 1’.

CharacterDescriptionExample
*Zero or more characters*amp*1
?Any single charactere?ample 1
#Any single digit (0–9)example #
[charlist]Any single character in charliste[xyz]ample 1
[!charlist]Any single character not in charliste[!abc]ample 1

To match the special characters left bracket ([), question mark (?), number sign (#), and asterisk (*), enclose them in brackets. The right bracket (]) cannot be used within a group to match itself, but it can be used outside a group as an individual character.

Related to

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.