前面的星号表示匹配任何字符串。
字符表示匹配一个或多个前面的元素。
The + character means to match one or more of the previous element.
在matching - substring指令内部,句号(.)表示匹配模式的字符串。
Inside a matching-substring instruction, the period (.) represents the string that matched the pattern.
应用推荐