Hello I have a string that I want to split. The Action “String Split” from the mendix community commons package accepts a split parameter. But I want to specify 2 split paramets. How can this be done?
asked
Bertran Ziyadov
1 answers
2
Hi Bertran,
String.split() uses a regex as input parameter. In your case