str_starts_with 文字列が指定された部分文字列で始まるかを調べる &reftitle.description; boolstr_starts_with stringhaystack stringneedle haystackneedle で始まるかを調べます。 大文字小文字は区別されます。 &reftitle.parameters; haystack 検索対象の文字列 needle haystack で調べる部分文字列 &reftitle.returnvalues; haystackneedle で始まる場合、 &true; を返します。そうでない場合、&false; を返します。 &reftitle.examples; 空文字列 <literal>''</literal> を使う場合 ]]> &example.outputs; 大文字小文字の区別 ]]> &example.outputs; &reftitle.notes; ¬e.bin-safe; &reftitle.seealso; str_contains str_ends_with stripos strrpos strripos strstr strpbrk substr preg_match