bindingMatchedLimits( Binding )

Returns both the start and end indices of the matched section of the original string.

:-) var regex = //hello.*/;
There are 0 results
:-) var binding = regex.findMatch( "hello there" );
There are 0 results
:-) binding.bindingMatchedLimits;
There are 2 results
1
11