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.
Python の re モジュールについては知っていますが、それは posix 標準に従っておらず、PHP は ereg を削除しました。それをサポートする言語のライブラリはありますか? 最も近いのはJavaの正規表現ライブラリだと思います。別のことを知っている人はいますか?Linux の egrep で使用されるような正規表現を使用するのに最も近いものは何ですか?