forked from docs/modelarts
Update content
This commit is contained in:
parent
dcb26a0eb5
commit
1ed9acdbd3
@ -156,7 +156,7 @@ Customized settings can be used in the following scenarios:
|
||||
+-----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Character | Description |
|
||||
+===========+=============================================================================================================================================================+
|
||||
| . | Match any single character except **\\n**. To match any character including **\\n**, use **(.|\n)**. |
|
||||
| . | Match any single character except **``\n``**. To match any character including **``\n``**, use **(.|\n)**. |
|
||||
+-----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| \* | Match the subexpression that it follows for zero or multiple times. For example, **zo\*** can match **z** and **zoo**. |
|
||||
+-----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
Loading…
x
Reference in New Issue
Block a user