공부방/JSP

문자 치환하기

박재윤 2013. 1. 22. 17:27
while( temp.indexOf( searchStr ) != -1 )
{
temp = temp.replace( searchStr, replaceStr );
}