編集の要約なし |
編集の要約なし |
||
2行目: | 2行目: | ||
public boolean startsWith(String prefix) | public boolean startsWith(String prefix) | ||
指定文字列で始まるか真偽します。 | |||
if (s1.startsWith("ho") { | if (s1.startsWith("ho") { | ||
System.out.println("true"); | System.out.println("true"); | ||
} | } |