Regular Expressions
摘要
Regular expression is a sequence of characters that defines a search pattern in the given text. These are used in pattern matching, pattern finding, and replacing in the given text. Regular expressions may contain meta characters and special sequences that have special meaning in defining a pattern. Regular expressions are commonly used in natural language processing tasks like data validations, data filtering and cleaning, web scraping, etc.