From http://www.w3schools.com (Copyright Refsnes Data)
Complete RegExp Object Reference
The rightContext property is the substring from after the characters most recently matched.
This property contains everything from the string from after the match.
| RegExp.rightContext |
ExampleIn the following example we will see the text from the string from after the last match:
Try it yourself » |
Complete RegExp Object Reference
From http://www.w3schools.com (Copyright Refsnes Data)