diff options
| author | 2020-03-28 01:58:39 +0100 | |
|---|---|---|
| committer | 2020-03-28 02:05:05 +0100 | |
| commit | 088b2fa45dc2c763187109ec7d77f9eb096e498e (patch) | |
| tree | 522475f7c4d5dade1c0b3482ab35d3f625b99ebe /HelpMe.md | |
| parent | 2c5809b9f4c23fea2b863c214483a0435a0c3658 (diff) | |
| download | OneRoll-088b2fa45dc2c763187109ec7d77f9eb096e498e.tar.gz OneRoll-088b2fa45dc2c763187109ec7d77f9eb096e498e.zip | |
Add filter operator in the Help.
Diffstat (limited to 'HelpMe.md')
| -rw-r--r-- | HelpMe.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -18,6 +18,7 @@ * [Backward Jump](#backward-jump) * [Paint](#paint) * [Merge](#merge) + * [Filter](#filter) * [if](#if) * [Group](#group) * [Spread](#spread) @@ -294,6 +295,20 @@ The amount of color is depending of client application of DiceParser. - With Rolisteam, you may set any Qt color's name or set the Hexcode of your color: #ff28AC. - The cli application supports few colors: black, white, blue, red, black, green, yellow. + +### Filter + +Filter operator allows you to ignore some dice result given a validator. + +> 4d6f[!=6] + +Result: +``` + +total: 11 - details[5 2 6 4] +``` +the 6 is ignored. + ### Merge Merge operator is used for gathering several dice rolls from different die type into one dice result and then you may apply any kind of operator. |