Please follow this link 🙂
Enjoy 🙂
Mariusz Gromada
By continuing to use the site, you agree to the use of cookies. more information
The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.
I’m using mXparser to evaluate expressions. Now i need support for string compare and sub-string
built in function. i can’t find anything about strings in the documentation. what i need is something like the substring in the below function
isOfCategoryX ( SKU, X ) = if ( substring(SKU,3,2) = X , 1 , 0 )
Hi, could it be possible for you to make it a modular library?
Hi, would it be possible for you to make the library modular for use with maven? That would be great! Appreciate your work!