bookmark

Regular expressions (regex) : what they are and why we use them


Description

A regular expression (regex) is a pattern that can be used to match a string of text. They are a standard feature of many programming languages that are used for text-processing purposes (and they have the inconvenient habit of being implemented ever-so-slightly differently in different languages).

Preview

Tags

Users

  • @victoria_helen

Comments and Reviews