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.
(脚注の) 数字を見つけて置き換える必要があります "14" を見つけて "[14]" に置き換えます kate と sigil の両方で正規表現を使用すると、数字を見つけることができます: そう: find = \d\d
しかし、数字を置き換える方法が見つかりません:動作しません:replace = [\d\d]
誰かが私を助けることができますか?ありがとうございました