bindingMatched( Binding )

Returns the section of the original string matched by the regular expression to produce this binding.

:-) var regex = //hello.*/;
There are 0 results
:-) var binding = regex.findMatch( "hello there" );
There are 0 results
:-) binding.bindingMatched;
There is 1 result
"hello there"