別の文字列で始まる文字列を検索したい。例:
<br>
{<br>
Sujith,<br>
surjith,<br>
rejith,<br>
}</p><br>
検索語が「su」の場合、次のようにする必要があります。
return<br>
{<br>
Sujith,<br>
surjith,<br>
}</p><br>
but not rejith
</p>
別の文字列で始まる文字列を検索したい。例:
<br>
{<br>
Sujith,<br>
surjith,<br>
rejith,<br>
}</p><br>
検索語が「su」の場合、次のようにする必要があります。
return<br>
{<br>
Sujith,<br>
surjith,<br>
}</p><br>
but not rejith
</p>