Appearance
has(target, source)
Checks if target string contains source string.
target
source
has("hello world", "world"); // true
pipe("hello world", has("world")); // true