Hi, I’m Mariusz Gromada, the author of mXparser.
Alongside building reliable open-source software, I have spent the past 20+ years architecting large-scale B2C personalization systems. I’ve captured this dual perspective in my recent book:
“Customer First, Value Next: The Executive Playbook for AI-Driven Omnichannel Personalization and Customer-Centric Growth.”
If you’re an engineer, analyst, tech leader, or business leader interested in building scalable AI systems that genuinely understand customers – rather than just pushing products – this is for you.
“Technology isn’t just an automation tool. It’s a megaphone for empathy.”
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!