Programming 530

Javascript 에서 replace정규식 그리고 replaceall과 같은 함수 구현하기.

http://ozit.tistory.com/65 Javascript에서는 특정 문자열에 포함된 문자열을 다른 문자열로 대체하기 위해 replace함수라는 것을 제공한다. 그런데 이 replace함수를 다른 언어의 그것과 동일하게 사용하면 다른 결과에 당황할 수 도 있다. C나 Java 언어에서 replace함수를 사용하면 해당 문자열에 포함된 변경 대상 문자열을 모두 대체한다. (물론 특히 C계열은 덜한데, Java 같은 경우에는 특수 키워드(. | 등과 같은 문자마져 ㅠ.ㅠ)에 \를 포함해야 정상 동작하는 등 언어마다 조금씩 다른 차이가 있기는 하다. 보통 C는 . | 같은 문자는 특수 키워드로 보지 않는다.) 특수한 케이스를 제외하고, 단순 문자열 치환을 Java에서 예로 들어보자 // JAVA St..

Programming 2015.09.08

Microsoft Visual studio 2005 express edition offline installation file (ISO) download.

http://apdubey.blogspot.kr/2009/04/microsoft-visual-studio-2005-express.html Microsoft Visual Web Developer 2005 express edition offline download Microsoft visual C++ 2005 express edition offline download Microsoft Visual Basic 2005 express edition offline download Microsoft visual C# 2005 express edition offline download Microsoft visual J# 2005 express edition offline download Yesterday I was ..

Programming 2015.06.29