bindingOriginalRegEx( Binding )

Returns the original regular expression used when matching the string to produce this binding.

:-) var regex = //hello.*/;
There are 0 results
:-) var binding = regex.findMatch( "hello there" );
There are 0 results
:-) binding.bindingOriginalRegEx;
There is 1 result
java.util.Pattern@...