错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Regular Expressions

  • A. Lakshmi Muddana,
  • Sandhya Vinayakam

摘要

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.