Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

정규표현식/소프트웨어: Difference between revisions

From ZeroWiki
imported>beonit
No edit summary
imported>beonit
No edit summary
Line 8: Line 8:
  http://www.emacsblog.org/wp-content/uploads/2007/03/re-builder.png
  http://www.emacsblog.org/wp-content/uploads/2007/03/re-builder.png
  http://bc.tech.coop/blog/images/regex-tool.jpg
  http://bc.tech.coop/blog/images/regex-tool.jpg
== VIM ==
== VIM ==
* '/' 를 누르면 정규표현식 모드가 된다고 한다.
** 뭐야 -_- 이맥스 보다 구리잖아. - [[이승한]]
== editplus ==
== editplus ==
* 에디트 플러스도 정규식을 지원한다.
http://www.hcilab.org/resources/ides_and_tools/regexbuilder.jpg
[[html(<img src="http://cfs12.tistory.com/image/22/tistory/2009/06/02/10/10/4a247c0b31a86" alt=""/>)]]
== visutalStudio ==
== visutalStudio ==



Revision as of 13:57, 13 October 2010

[[pagelist(정규표현식)]]

  • 정규표현식을 지원하는 소프트웨어와 간단한 사용법을 정리 한다.

emacs

  • regex-isearch(C-M-s) 로 간단하게 현재 버퍼에서 빠르게 문자열을 찾는다.
  • re-builder 모드를 불러서 복잡한 정규표현식을 차근히 만들어 내서 실행할 수 도 있다.
http://www.ibm.com/developerworks/aix/library/au-regexp/image03.jpg
http://www.emacsblog.org/wp-content/uploads/2007/03/re-builder.png
http://bc.tech.coop/blog/images/regex-tool.jpg

VIM

  • '/' 를 누르면 정규표현식 모드가 된다고 한다.
    • 뭐야 -_- 이맥스 보다 구리잖아. - 이승한

editplus

  • 에디트 플러스도 정규식을 지원한다.
http://www.hcilab.org/resources/ides_and_tools/regexbuilder.jpg
[[html(<img src="http://cfs12.tistory.com/image/22/tistory/2009/06/02/10/10/4a247c0b31a86" alt=""/>)]]

visutalStudio