Class JSRegExp
java.lang.Object
org.fife.rsta.ac.js.ecma.api.ecma3.JSRegExp
- All Implemented Interfaces:
JSObjectFunctions, JSRegExpFunctions
Object RegExp
- Since:
- Standard ECMA-262 3rd. Edition
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOfMethods inherited from interface JSRegExpFunctions
exec, test
-
Field Details
-
prototype
property prototype- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
-
constructor
property constructor- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
-
source
property source- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
-
global
property global- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
-
ignoreCase
property ignoreCase- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
-
multiline
property multiline- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
-
lastIndex
property lastIndex- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
-
-
Constructor Details
-
JSRegExp
Object RegExp(pattern, attributes)- Parameters:
pattern- a string that specifies the pattern of the regular expression.attributes- an optional string containing and of the "g", "i" an "m" attributes that specify global, case-insensitive, and multiline matches respectively.- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
-