問題タブ [find-replace]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
285 参照

excel - VBA: * や & などの文字の置き換え

以下のコードを使用しています

データ (セル (2,2) 内):Sometext&^%, just for example

期待される:SometextLOL, just for example

実結果:LOL, Just for example

Excelの「検索と置換」でも同じように動作します。
「何」のテキストを正規表現と見なしていますか?もしそうなら、これを克服する方法。