Hi community,
Have a string that contains 2x space. Would like to split the string using ONLY the first space as delimiter. Is this possible or do I have to replace the second space before using the split function?
Thxs in advance.
Solved! Go to Solution.
example string "ISO 11137:1995/Amd 1:2001", would like to keep "11137:1995/Amd 1:2001".
experimented with other string expressions and one solution that works is
Have a nice weekend
hi @SandraSoniec friend please could you share what you need to split? the original string?
What I could imagine is something link this : This is my string
and what I'll do to split the double space is something like this replace('MYSTRING',' ', ' ') then use split('RESULT BEFORE', ' ')
Proud to be a Flownaut!
example string "ISO 11137:1995/Amd 1:2001", would like to keep "11137:1995/Amd 1:2001".
experimented with other string expressions and one solution that works is
Have a nice weekend
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
40 | |
36 | |
35 | |
33 | |
26 |
User | Count |
---|---|
39 | |
38 | |
33 | |
31 | |
24 |