We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ae54d commit 811fc67Copy full SHA for 811fc67
docs/data/Allas/using_allas/a_commands.md
@@ -327,7 +327,7 @@ The most commonly occurring special characters:
327
- **[ ]** matches any character inside the brackets. For example, [abc] would match a, b or c.
328
- **[^ ]** matches any character except the characters inside the brackets.
329
For example, [^abc] would select all rows that contain characters than are not a, b and c.
330
-- ** * ** matches zero or more of the preceding characters or expressions.
+- **\*** matches zero or more of the preceding characters or expressions.
331
`\{n,m\}` matches n to m occurrences of the preceding characters or expressions.
332
333
Options:
0 commit comments