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.
Constructor Attributes | Constructor Name and Description |
---|---|
Creates a new instance of RXBuild.Engine.BrowserEngine
|
Field Attributes | Field Name and Description |
---|---|
The name of this engine.
|
Method Attributes | Method Name and Description |
---|---|
runMatch(regexp, input, listener)
Runs the provided regular expression against the input text notifying listener of any matches
|
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