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 7c0b451 commit 7544f87Copy full SHA for 7544f87
VerbalExpressions.js
@@ -92,10 +92,10 @@ window.VerbalExpression = (function(){
92
return( this );
93
},
94
95
- // We try to keep the syntax ass
+ // We try to keep the syntax as
96
// user-friendly as possible.
97
// So we can use the "normal"
98
- // behaviour to split the "scentences"
+ // behaviour to split the "sentences"
99
// naturally.
100
then : function( value ) {
101
value = this.sanitize( value );
@@ -118,7 +118,7 @@ window.VerbalExpression = (function(){
118
119
120
121
- // Any character any times
+ // Any character any number of times
122
anything : function() {
123
this.add( "(.*)" );
124
0 commit comments