Firstly, you need to know something about regular expressions
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.
- /
-
- {}