facebook twitter hatena line email

Java/検索

提供: 初心者エンジニアの簡易メモ
移動: 案内検索

検索

String str = "hogepiyo";
if (str.indexOf("piyo") > -1) {
   // hit
}