forked from docs/modelarts
Compare commits
1 Commits
main
...
propose-ma
Author | SHA1 | Date | |
---|---|---|---|
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