How to use named capture group in Javascript regex
In this post we will see how can named capture group and use the name in code. It makes the code more readable and maintenable. We will take an example where we will get price and quantity information from a string.
Read More »How to use named capture group in Javascript regex