Strings
`breads.strings`
Function: sarcastic
. Return string with sArCaStIc words.
sarcastic
. Return string with sArCaStIc words.Example:
Function: separation
. Returns separated string.
separation
. Returns separated string.Example:
Function: includesAll
. Check if a string includes all members of an array.
includesAll
. Check if a string includes all members of an array.Example:
Function: includesSome
. Check if a string includes one of the strings included.
includesSome
. Check if a string includes one of the strings included.Example:
Last updated