waldothedeveloper / leads-template

A template for spawning different lead projects that can be used for lead generation.
0 stars 0 forks source link

(JS-0113) Using named capture group is suggested in regular expression #3

Open waldothedeveloper opened 2 years ago

waldothedeveloper commented 2 years ago

Description

With the landing of ECMAScript 2018, named capture groups can be used in regular expressions, which can improve their readability.

Occurrences

There are 3 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/waldothedeveloper/leads-template/issue/JS-0113/occurrences/

waldothedeveloper commented 2 years ago

This might help you: https://2ality.com/2017/05/regexp-named-capture-groups.html