This commit is contained in:
2018-11-27 13:25:02 +01:00
parent 60ef11a999
commit 7c91f4c7fa
5 changed files with 116 additions and 96 deletions

2
dist/standalone.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Tue Nov 27 2018 12:32:59 GMT+0100 (CET)*/
/*Generated on:Tue Nov 27 2018 13:25:02 GMT+0100 (CET)*/
function includesString(string1, string2) {
return string1.toLowerCase().includes(string2.toLowerCase());
}