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.
正規表現を簡単に使用できるユーティリティ クラスまたは 3 番目の jar ファイルはありますか。
私はそれが次の方法を提供することを期待しています:
boolean matchString(int length); boolean matchInt(int min,int max); ......
ありがとう
Java は、JDK 1.4 以降、標準パッケージを通じて正規表現をサポートしており、java.util.regex実際に使用する必要があるものです。
java.util.regex
そのパッケージの実際の .jar を探している場合は、 を調べてくださいrt.jar。
rt.jar
サードパーティの .jar ファイルについては、次を試してみてください。