Open GilbertKrantz opened 2 months ago
RegExp#exec and String#match should only be used when we need to use the parts of a string that match a specific pattern:
RegExp#exec
String#match
There is 1 occurrence of this issue in the repository.
See all occurrences on DeepSource → app.deepsource.com/gh/GilbertKrantz/UniPal/issue/JS-D007/occurrences/
Description
RegExp#exec
andString#match
should only be used when we need to use the parts of a string that match a specific pattern:Occurrences
There is 1 occurrence of this issue in the repository.
See all occurrences on DeepSource → app.deepsource.com/gh/GilbertKrantz/UniPal/issue/JS-D007/occurrences/