NAME

JE::Object::String - JavaScript String object class

SYNOPSIS

use JE;

$j = new JE;

$js_str_obj = new JE::Object::String $j, "etetfyoyfoht";

$perl_str = $js_str_obj->value;

DESCRIPTION

This class implements JavaScript String objects for JE. The difference between this and JE::String is that that module implements primitive string value, while this module implements the objects.

METHODS

See JE::Types for descriptions of most of the methods. Only what is specific to JE::Object::String is explained here.

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 47:

=over without closing =back

Around line 341:

'=end not ready yet' is invalid. (Stack: =over; =begin not)