This commit is contained in:
2018-11-24 19:25:13 +01:00
parent ac18609a2e
commit c115d12e78
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Sat Nov 24 2018 19:23:22 GMT+0100 (CET)*/
/*Generated on:Sat Nov 24 2018 19:25:12 GMT+0100 (CET)*/
function includesString(string1, string2) {
return string1.toLowerCase().includes(string2.toLowerCase());
}