Regex named capture group in Javascript
In this post we will see how can name captured 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 »Regex named capture group in Javascript