OCLOperators regExpSplit

RegExpSplit is versatile to find places to split a string

'dskjfkjsd sd;kfkl sdl,fkjf ds'.regExpSplit( '[,\s;]+' )   -- will split on ; and , and space

Result:
dskjfkjsd
sd
kfkl
sdl
fkjf
ds

See also Documentation:OCLOperators_regExpMatch

This page was edited 27 days ago on 02/19/2025. What links here