JavaScript Regular Expressions
Regular expressions (REGEX) are used to test for patterns in strings or check if they match a requirement you have set. In JavaScript, Regular expressions are also objects, therefore they have methods. Examples of these methods are test(), match(), m...
sambayo.hashnode.dev