文字列1 does not start with 文字列2 リスト does not start with 様々な値
真偽値 | 比較の結果 |
左辺の値が、右辺の値で始まっていなければ、真(true)を返す。
詳しい法則などは、包含演算子の解説を参照してほしい。
「does not start with」の代わりに以下の形式も使える、これはより自然な英語のように書くために用意されているもので、機能に違いは無い。
doesn't start with
does not begin with
doesn't begin with
{7, 5, 3} does not start with "7"