This commit is contained in:
2018-11-27 12:21:09 +01:00
parent 5e078f6412
commit 7e0e9d5f21
9 changed files with 55 additions and 49 deletions

2
dist/standalone.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Mon Nov 26 2018 07:56:34 GMT+0100 (CET)*/
/*Generated on:Tue Nov 27 2018 12:21:08 GMT+0100 (CET)*/
function includesString(string1, string2) {
return string1.toLowerCase().includes(string2.toLowerCase());
}