diff --git a/src/string_search.php b/src/string_search.php new file mode 100644 index 0000000..f355f9c --- /dev/null +++ b/src/string_search.php @@ -0,0 +1,17 @@ +0){ + return "Found '$needle' at index $position"; + } else { + return false; + } + } +} +?>