Skip to content

Commit

Permalink
docs: wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeIbberson committed Dec 16, 2019
1 parent 7995282 commit 8c9bb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<img src='https://bettercodehub.com/edge/badge/MikeIbberson/comparisons?branch=master'>
</p>

<p>Currently, expressions support <code>=</code>, <code>>=</code>, <code><=</code>, <code>></code> and <code><</code> operators. Optionally, you can include a second constructor argument for changing the locale (the default is "en"). Any expressions that do not match a recognized operation get stripped out and are assumed to pass.</p>
<p>Currently, expressions support <code>=</code>, <code>>=</code>, <code><=</code>, <code>></code> and <code><</code> operators. Optionally, you can include a second constructor argument for changing the locale (the default is "en"). Any expressions that do not match a recognized operation get stripped out and are assumed to pass. For simply matching on exists, use the <code>=*</code> expression.</p>

<p>Don't worry about type casting&mdash;we'll handle that for you.</p>

Expand Down

0 comments on commit 8c9bb78

Please sign in to comment.