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.
2 parents a3f1749 + ec29132 commit d9a072fCopy full SHA for d9a072f
demo.html
@@ -327,7 +327,7 @@ <h3>Complex type: mathematical expression</h3>
327
<li>An integer</li>
328
<li>An integer followed by a plus sign</li>
329
</ul>
330
- <p>The regular expression for that is <code>^\d+\+\d+$/, /^\d+$|^\d+\+$</code>. Putting it all together, we get:</p>
+ <p>The regular expression for that is <code>/^\d+$|^\d+\+$</code>. Putting it all together, we get:</p>
331
<code>cfg.addType( "additionExpr", /^\d+\+\d+$/, /^\d+$|^\d+\+$/ );</code><br/><br/>
332
<input type="text" id="txtAdditionExpr" />
333
</div>
0 commit comments