2007/10/08 18:47
[Dev]
The Regex Coach - interactive regular expressions
download : http://weitz.de/files/regex-coach.exeThe Regex Coach is a graphical application for Windows which can be used to experiment with (Perl-compatible) regular expressions interactively. It has the following features:
- It shows whether a regular expression matches a particular target string.
- It can also show which parts of the target string correspond to captured register groups or to arbitrary parts of the regular expression.
- It can "walk" through the target string one match at a time.
- It can simulate Perl's
splitands///(substitution) operators.- It tries to describe the regular expression in plain English.
- It can show a graphical representation of the regular expression's parse tree.
- It can single-step through the matching process as performed by the regex engine.
- Everything happens in "real time", i.e. as soon as you make a change somewhere in the application all other parts are instantly updated.

Trackback Address :: http://www.anfamily.net/mcsong/trackback/277
|
정규식을 쉽고 빠르게 만들고 테스트할 수 있는 RegexBuddy를 소개합니다. 정규식에 대해 기초적인 지식이 있다면 이 프로그램으로 빠르고 정확하게 정규식을 만들 수 있습니다. 현재 정규식을 .. |
|
Tracked from 김재호의 디지털보단 아날로그 | 2009/02/20 08:25 | DEL
정규 표현식 완전 해부와 실습 - 제프리 프리들 지음, 서환수 옮김/한빛미디어 최근 한 달여 동안 침대에서 이 책과 함께 잠이들곤 했다. 이 책은 정규표현식을 다루는 최고의 명서이다. 인터.. |




