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

start, starts

  • operator, keyword
  • starts with, does not start with
    • Synonyms: begin, begins

    • Examples: +

       put "egg" starts with "e" —> True
    • Related: begin, ends

  • seek ... to/from the start
  • property of a range
    • Examples: +

       put the start of 40..88 —> 40
    • Related: end

  • pattern keyword — pattern at the start of a [word | line | text]
    • new in 1.81
    • Synonyms: beginning