Class Index | File Index

Classes


Class RXBuild.Engine.BrowserEngine

The RXBuild.Engine.BrowserEngine A facade for using the current default (browser) implementation of the regular expression
Defined in: regex_engine.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a new instance of RXBuild.Engine.BrowserEngine
Field Summary
Field Attributes Field Name and Description
 
The name of this engine.
Method Summary
Method Attributes Method Name and Description
 
runMatch(regexp, input, listener)
Runs the provided regular expression against the input text notifying listener of any matches
Class Detail
RXBuild.Engine.BrowserEngine()
Creates a new instance of RXBuild.Engine.BrowserEngine
Field Detail
{String} name
The name of this engine.
Method Detail
runMatch(regexp, input, listener)
Runs the provided regular expression against the input text notifying listener of any matches
Parameters:
{RXBuild.RegExp} regexp
The regular expression with the pattern to match
{String} input
The input text being searched
{RXBuild.Engine.ResultListener} listener
The object that will reveive the results of the matching

Documentation generated by JsDoc Toolkit 2.0.2 on Mon May 02 2016 20:27:56 GMT+0200 (CEST)