joon hee - StandardLibrary-1.81
NAME
RegExp - deal with regular expressions
SYNOPSIS
var regex = /\./;
DESCRIPTION
RegExp deals with regular expressions.
METHODS
exec(String str) Returns Array
test(String str) Returns Boolean
toSource() Returns String
toString() Returns String
AUTHOR
Jhuni, <jhuni_x@yahoo.com>
COPYRIGHT
Public Domain
/*=pod =head1 NAME RegExp - deal with regular expressions =head1 SYNOPSIS var regex = /\./; =head1 DESCRIPTION RegExp deals with regular expressions. =head1 METHODS =cut*/ /*=pod =head2 exec(String str) Returns Array =cut*/ /*=pod =head2 test(String str) Returns Boolean =cut*/ /*=pod =head2 toSource() Returns String =cut*/ /*=pod =head2 toString() Returns String =cut*/ /*=pod =head1 AUTHOR Jhuni, <jhuni_x@yahoo.com> =head1 COPYRIGHT Public Domain =cut*/