[][src]Module boa::builtins::string

This module implements the global String object.

The String global object is a constructor for strings or a sequence of characters.

More information: