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.
文字列から電子メール アドレスを削除するときに使用する文字列クラス。
助けが必要です。私はJavaの初心者です。
ありがとう
Stringクラスを使用できます。replaceAllや replaceFirstなど、役立つメソッドがいくつかあります。
String
文字列の電子メール アドレス部分を取得するには、適切な正規表現が必要です。これは役立つかもしれません。