GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
JE::Object::String(3) User Contributed Perl Documentation JE::Object::String(3)

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

  use JE;
  use JE::Object::String;

  $j = new JE;

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

  $perl_str = $js_str_obj->value;

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.

See JE::Types for descriptions of most of the methods. Only what is specific to JE::Object::String is explained here.
value
Returns a Perl scalar.
value16
Returns a Perl scalar containing a UTF-16 string (i.e., with surrogate pairs if the string has chars outside the BMP). This is here more for internal usage than anything else.

JE
JE::Types
JE::String
JE::Object
2014-10-20 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.