This commit is contained in:
2018-11-24 16:14:21 +01:00
parent 6f9e7de603
commit 7e9c564822
4 changed files with 42 additions and 30 deletions

2
dist/standalone.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Sat Nov 24 2018 16:09:52 GMT+0100 (CET)*/
/*Generated on:Sat Nov 24 2018 16:14:20 GMT+0100 (CET)*/
function includesString(string1, string2) {
return string1.toLowerCase().includes(string2.toLowerCase());
}