RegEx
Definition | : | Regular Expression |
Category | : | Computing » Programming & Development |
Country/Region | : | Worldwide ![]() |
Popularity | : |
|
What does RegEx mean?
Regular Expression (RegEx or RegExp) is a sequence of characters for describing a search pattern. RegEx allows to create patterns that help match and manipulate text strings. It is used in programming for pattern matching.