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.
「ドル」と「セント」の記号を含む文字列があります。それらを削除したい。私は試した
string.replaceAll("[\"\\u00A2\" $]", "")
しかし、それは機能していません。それを行う正しい方法は何ですか。