JSVerbalExpressions
JSVerbalExpressions copied to clipboard
Back reference support
Could we add support for back references?
/**
* Match a previously captured substring
* @param {Number} number which back reference to match
* @return {VerbalExpression} same instace of VerEx
*/
backReference(number)
If this functionality is approved, I could open a PR adding this feature and tests.