回答編集履歴

1

追記

2018/01/06 10:03

投稿

haruniku
haruniku

スコア527

test CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  ```ここに言語を入力
4
4
 
5
- DocumentApp.replaceText("ABC", "あいうえお").replace("DFG", "あいうえお");
5
+ DocumentApp.replaceText(/ABC/g, "あいうえお").replace(/DFG/g, "あいうえお");
6
6
 
7
7
  ```