We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9220ad9 commit 32e438eCopy full SHA for 32e438e
1 file changed
README.md
@@ -130,7 +130,7 @@ Example:
130
* content: `ExampleError 123`
131
* Whole message: `error:ExampleError 123`
132
## Interpretation of messages
133
-Type and content could be extracted with the following regular expression, using the default delimiter `.`:
+Type and content could be extracted with the following regular expression, using the default delimiter `:`:
134
* type: ^[^:]*
135
* content: (?<=:).*$
136
0 commit comments