From 5fc13ed23e45b1776d25d96891edd20271f8b98d Mon Sep 17 00:00:00 2001 From: Banana Date: Tue, 16 Jul 2019 15:33:46 +0200 Subject: [PATCH] added startswith and endswith --- single-functions/endswith.php | 29 +++++++++++++++++++++++++++++ single-functions/starts-with.php | 26 ++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 single-functions/endswith.php create mode 100644 single-functions/starts-with.php diff --git a/single-functions/endswith.php b/single-functions/endswith.php new file mode 100644 index 0000000..c955c36 --- /dev/null +++ b/single-functions/endswith.php @@ -0,0 +1,29 @@ + diff --git a/single-functions/starts-with.php b/single-functions/starts-with.php new file mode 100644 index 0000000..0584dc1 --- /dev/null +++ b/single-functions/starts-with.php @@ -0,0 +1,26 @@ + -- 2.39.5