Helpers

This are the default Seperax-PHP helper functions. They are made for you, but also used by the other modules.
Do not remove this module.

starts_with

/**
 * starts_with
 * @since 1.0
 */
function starts_with(string $input, string $needed): bool

ends_with

/**
 * ends_with
 * @since 1.0
 */
function ends_with(string $input, string $needed): bool

contains

/**
 * contains
 * @since 1.0
 */
function contains($input, $needed): bool