Searched defs:haystack (Results 1 – 5 of 5) sorted by relevance
/dokuwiki/inc/ |
D | compatibility.php | 95 function str_starts_with(?string $haystack, ?string $needle) 106 function str_contains(?string $haystack, ?string $needle) 117 function str_ends_with(?string $haystack, ?string $needle)
|
D | Ip.php | 39 public static function ipInRange(string $needle, string $haystack): bool
|
D | utf8.php | 208 function utf8_strpos($haystack, $needle, $offset = 0)
|
/dokuwiki/inc/Utf8/ |
D | PhpString.php | 354 public static function strpos($haystack, $needle, $offset = 0)
|
/dokuwiki/_test/core/ |
D | phpQuery-onefile.php | 4343 function mb_strpos($haystack, $needle, $offset=0) 4355 function mb_stripos($haystack, $needle, $offset=0) 4381 function mb_substr_count($haystack, $needle)
|