知识库
创建日期
修改日期
修改日期
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
关键字
相关文章
What do you think about this topic? Send feedback!