Skip to content

Commit 705e947

Browse files
author
JelteMX
committed
Update README
1 parent 3e33ccf commit 705e947

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ Do you feel the need to do more complex calculations in Mendix, but see a lack i
3535

3636
- **ConvertIntToBaseString** - Do you need to represent an Integer (base10) into another form, for example Octal (base8) or Hex (base16)?
3737

38+
### Validation
39+
40+
- **ValidateComplexExpression** - If you are saving a complex expression, for example for later use, you might want to validate this beforehand. Also, over association you can find the used arguments for this expression.
41+
3842
## Syntax
3943

4044
The expressions and functions you write can use a whole range of built-in functions and constants. These can be found at [https://github.com/mariuszgromada/MathParser.org-mXparser#built-in-tokens](https://github.com/mariuszgromada/MathParser.org-mXparser#built-in-tokens)

assets/screenshot-complex.png

13.8 KB
Loading

assets/screenshot-domain.png

205 KB
Loading

assets/screenshot-simple.png

-6.7 KB
Loading

0 commit comments

Comments
 (0)