VPA Regex Pattern returns a regex that matches Virtual Payment Address (VPA).
Use it for picking up VPA's.
Install
$ npm install vpa-regex
Usage
const vpaRegex = ; // Contains a vpa'siddharth@ybl has requested ₹500';//=> ['siddharth@ybl'] 'You have paid ₹500 to siddharth@ybl';//=> ['siddharth@ybl']