Namespace: string

bp.core.polyfills. string

Adds commonly-missing methods to String and String.prototype.
Properties:
Name Type Description
trim function Adds trim() to String.prototype.
format function Adds a simple format() method to String.prototype.