Download List

프로젝트 설명

C++ Regex Engine provides a robust regular
expression library for use in C++. The syntax of
the regular expression language is very close to
the Perl 5 standard. The classes given somewhat
mirror those found in Java's regular expression
library, but have several improvements. The
intended audience of this package is anyone who
does a lot of data parsing (e.g. sysadmins),
people tired of trying to decipher Perl scripts,
and regular expression beginners who know C++.
Some knowledge of the STL's vector and string will
come in handy, but isn't necessary.

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.

2008-06-02 12:02
1.09.00

이 릴리스의 버그 수정 명에게서 대소문자를 구분, 부정적인 클래스와 일치하는 잘못된 결과를했다.
Tags: Minor bugfixes
This release fixes a bug wherein case insensitive, negative class matches gave erroneous results.

2007-11-25 00:24
1.08.00

거기에 큰 문제가 수신한 또는 시간이 아닌 소유욕 quantifiers지지 아니 오프 또는 소모가 제대로됐다. 이 수정되었습니다. 시간이되고 들어, 유니 코드는 더 이상 "공식적으로"을 지원. 전체 버그수정 아직 유니 코드 파일에 있지만 제대로 테스트를 거쳤습니다 모든 유니 코드 기능을하지 병합되고있다.
Tags: Major bugfixes
There was a large problem wherein non-possessive
quantifiers within an OR were not backing-off or
consuming properly. This has been fixed. For the
time being, Unicode is no longer "officially"
supported. All bugfixes are still being merged
into the Unicode files, but not all Unicode
functionality has been properly tested.

2006-07-15 08:58
1.06a

유니 코드는 정규 표현식과 텍스트를 현재 컴파일에서 실행되는 애플 - gcc가.
Tags: Minor bugfixes
Unicode regular expressions and text now compile and run on apple-gcc.

2006-03-24 03:40
1.06

이 릴리스의 능력에 의해 정규식의 특정 부분에 일치하는 플래그를 변경하려면 추가 (? imsd - imsd : 엑스). 난, 난,, 및 D 옵션은 그 java.util.regex 패키지에서와 동일합니다들.
Tags: Major feature enhancements
This release adds the ability to change matching flags in certain parts
of the regex by means of (?imsd-imsd:X). The i, m, s, and d options are
the same as those in the java.util.regex package.

2006-03-04 14:47
1.05.02

이 릴리스에는 수정 분할 기능 인해 특정 분할 아무 짓도 안에 버그.
Tags: Minor bugfixes
This release fixes a bug in the split function that caused certain
splits to not do anything.

Project Resources