String-related functional programming helpers.
Functions - API calls offered directly by the extension
cp.fn.string.isEmpty(str) -> boolean
true
false
cp.fn.string.match(pattern) -> function(str) -> ...
Module
A collection of functions that are useful for working with functions. Heavily inspired by Point-Free's Overture library for Swift.