Skip to content

Commit 94d977e

Browse files
authored
.* is any any sequence of symbols, not just any symbol
I HAVE NOT TESTED THIS. If there's any chance I'm wrong here, let me know and I will test.
1 parent d0aad02 commit 94d977e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/transformation-examples-901c759.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ where:
252252
253253
- */* represents the start and end of the regex
254254
255-
- *.\** represents any symbol
255+
- *.\** represents any sequence of symbols, including an empty sequence
256256
257257
- *<text\>* is a placeholder for the string that you want the value to contain
258258

0 commit comments

Comments
 (0)