194 B
194 B
Regular expressions
Regular expressions (known as regex) are patterns used to match character combinations in strings.
JavaScript provides regex implementation through the RegExp object.