Update content

This commit is contained in:
OpenTelekomCloud Proposal Bot 2022-10-19 12:32:30 +00:00
parent dcb26a0eb5
commit 1ed9acdbd3

View File

@ -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**. |
+-----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+