NAME

JE::String - JavaScript string value

SYNOPSIS

use JE;
use JE::String;

$j = JE->new;

$js_str = new JE::String $j, "etetfyoyfoht";

$perl_str = $js_str->value;

$js_str->to_object; # retuns a new JE::String::Object;

DESCRIPTION

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

The stringification operator is overloaded.

SEE ALSO

JE
JE::Types
JE::Object::String

1 POD Error

The following errors were encountered while parsing the POD:

Around line 140:

=over without closing =back