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

Expand description

This module implements the global String object.

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

More information:

Modules