Knowledge Base
Created
Modified
Modified
Filters
Types
- WildCard
The asterisk character ("*") substitutes for any zero or more characters, and the question mark ("?") substitutes for any one character. - RegExp
KB: Regular Expressions - Starts With
If the beginning of the input string matches the specified value. - Ends With
If the end of the input string matches the specified value. - Contains
If the input strings contains the specified substring
Flags
- NoCase
Case-insensitve string comparison - None
Case-sensitive string comparison
Keywords
Related Articles
What do you think about this topic? Send feedback!