资讯

How to use the regular expression functions provided by the ‘re’ library to match, search, and replace text in your Python programs.
grep - the command for searching and printing lines matching a pattern. -E - Enables extended regular expression syntax. ' - First of two single quotes which surround the regular expression.