ナレッジベース(KB)

作成日
更新日

記事 2651

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!