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.
文字列を取得して、すべての文字を char から別の文字に削除しようとしています
文字列の例:
String personAndPhone = " Dave (206515608)"
この文字列を、人名と電話番号 (「()」なし) の 2 つの文字列に変換したいと考えています。
どうすればいいですか?