Download List

프로젝트 설명

PME is a C++ wrapper around the PCRE library. It has been designed to emulate Perl regular expression in both syntax and behaviour. Perl-like regex modifiers (imsxUg), backreference access, substitutions with backreference access in the replacement string, and splits are all similar to their Perl counterparts. It has been optimized for simplicity and ease of use.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-05-25 00:53
1.0.4

지금 PME (다시)는 Windows에서 빌드합니다. 문서뿐만 아니라, 프로젝트 및 작업 영역 파일을 Visual Studio 6.0을 위해 제공됩니다. 모든 플랫폼에 대한 수정 마이너 설명서도 포함되어있습니다.
Tags: Minor feature enhancements
PME now builds (again) under Windows. Documentation as well as project and workspace files are provided for Visual Studio 6.0. Minor documentation fixes for all platforms are also included.

2004-02-25 23:16
1.0.3

대체에 버그 및 분할, 그리고 일치하는 검색에 대한 새로운 방법을 고정되었습니다 / 분할 부분 문자열의 벡터로 비교 결과를 유지하는 사이에 추가되었습니다.
Tags: Minor feature enhancements
Bugs in substitutions and splits have been fixed, and a new method for retrieving the matches/split parts into a vector of strings for keeping results between comparisons has been added.

2004-02-24 02:24
1.0.2

잠수함과 충돌 ()를 대체에 대한 검색 결과를 제시했다 해결되었습니다.
Tags: Minor bugfixes
A crash with sub() when no match for the substitution was present has been fixed.

2004-02-23 19:22
1.0.1

분할 기능이 수정되었습니다. 그것은 마지막 결과로 전체 문자열을 반환했다.
Tags: Minor bugfixes
The split function was fixed. It was returning the
entire string as the last result.

2004-02-20 04:48
1.0.0

구성 이상한 장소에서 PCRE 라이브러리를 찾아 업데이 트되었습니다. 회귀 및 자체 테스트 및 능력을 런타임에 유효성에 대한 정규식을 테스트하기 위해 만들어졌습니다 추가되었습니다.
Tags: Minor feature enhancements
Configure was updated to locate the pcre library in
odd places. A regression and self-test suite was
created and the ability to test regular expressions for
validity at runtime was added.

Project Resources