Tokenization within Mendix?

0
Is there a simple way of tokenizing data within Mendix?  i.e. break a string into substrings based on a selected delimiter?  I realise it’s possible building this using MFs but why reinvent the wheel, i’m sure this is quite a common use case?
asked
1 answers
0

As Miroslav said, CommunityCommons.StringSplit does what you describe.

answered