メインコンテンツまでスキップ
バージョン:26.3

case

  • keyword
  • Used to specify whether a text comparison operation should be case-sensitive (considering case, with case, case ) or should ignore the distinction between uppercase and lowercase letters (ignoring case, without case, case insensitive).
  • Examples:
    • if lastName = nameToDelete considering case then deleteRecord


ノート

This page is under construction: it has not been reviewed for completeness.