Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 454 Bytes

test.md

File metadata and controls

10 lines (8 loc) · 454 Bytes

Expression evaluation

Firstly, you need to know something about regular expressions

Regular expression

A regular expression is a logical formula for string operations. It uses a combination of specific characters defined in advance and combinations of these specific characters to form a "regular string". This "regular string" is used to express a filtering logic for strings.

Basic metacharacters and their usage
  • /
  • {}