ダウンロードリスト

プロジェクト概要

PME は PCRE ライブラリ C++ ラッパーです。Perl の正規表現の構文と挙動をエミュレートするために設計されています。Perl 風の正規表現修飾子 (imsxUg)、前方参照のアクセス、前方参照と置換置換文字列にアクセスし、分割はすべての Perl 対応に似ています。それは、シンプルさと使いやすさのために最適化されています。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2004-05-25 00:53
1.0.4

PMEすぐに(再び)Windows上でビルドされます。ドキュメントだけでなく、プロジェクトのワークスペースファイルは、Visual Studio 6.0のために提供されます。すべてのプラットフォーム用のマイナードキュメントの修正も含まれています。
タグ: 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

置換のバグを分割し、一致を取得するための新しい方法を固定されている/分割部分文字列のベクトルに比較間で結果を維持するために追加されている。
タグ: 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

サブクラッシュ()は、置換のために一致しない存在していた固定されている。
タグ: 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

split関数を修正しました。これが最後の結果として、文字列全体を返していました。
タグ: 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ライブラリを検索するように更新されました。回帰とセルフテストスイートと機能を実行時に有効性のための正規表現をテストするために作成追加されました。
タグ: 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.

プロジェクトリソース