[[TableOfContents]] ["정규 표현식"] == 이스케이프 문자 적용 == === HTML 태그 매치 === {{{#!vim cpp expression.assign("<(\"[^\"]*\"|\'[^\']*\'|[^\'\">])*>"); }}} === HREF 링크 추출 === {{{#!vim cpp boost::regex href("href\s*=\s*(?:\"([^\"]*)\"|([^\']*)\'|([^\'\">\s]+))"); }}} === 숫자와 기호 매치 === {{{#!vim cpp string num_and_sign = "[-0-9#&+%@=/\\:;.,\'\"^`~_|!\?*$#<>()]"; // 숫자와 기호 매치 }}} ---- [../] http://hyacinth.byus.net/moniwiki/imgs/moni/upper.png