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 ca7498b commit 5d0462aCopy full SHA for 5d0462a
typings/verbalexpression.d.ts
@@ -33,7 +33,9 @@ interface VerbalExpression extends RegExp {
33
tab(): VerbalExpression;
34
/** Add expression to match a word */
35
word(): VerbalExpression;
36
- /** Add expression to match a tab character */
+ /** Add expression to match a digit */
37
+ digit(): VerbalExpression;
38
+ /** Add expression to match a whitespace character */
39
whitespace(): VerbalExpression;
40
/** Match any of the provided values */
41
anyOf(value: string): VerbalExpression;
0 commit comments