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

begin, begins

  • operator
  • begins with, does begin with, does not begin with
  • tests whether a text value begins with another, or whether a list begins with one or more given values
  • Examples:
    • “abracadabra” begins with “ab” — True
    • (1,3,5,7) begins with (1,3) — True
  • Related: ends with , contains