Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ooRexx(私は4.0.0を使用しています)に付属する正規表現クラス(rxregexp.dll)は、たとえばPythonのreモジュール(2.5.2でも)と比較して、関数が比較的少なくなっています。
アサーション、グループ抽出、または置換のための機能がないようです。貪欲または怠惰なマッチングは、追加の「?」でフラグが立てられるのではなく、グローバルパターンオプションです。基本的に、PCRE以前の正規表現エンジン。
より最新の機能を備えたものが利用可能かどうか誰かが知っていますか?