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で検出された文字列を置き換える方法がわかりませんか?
私はこれを試しましたが、うまくいきません:
texte.replace("gras", "bold");
何か助けてください?