回答編集履歴

1

誤り訂正

2018/04/09 02:21

投稿

otn
otn

スコア84533

test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  var isMailaddress = /~~/;
10
10
 
11
- return !notAccept.test(value) && regExp.test(isMailaddress);
11
+ return !notAccept.test(value) && isMailaddress.test(value);
12
12
 
13
13
  }
14
14