Multisplit: Difference between revisions

Content deleted Content added
Created page with "{{task}}Code to split string with several separators. Input: string, list of separators Output: [Sub1, [Sep1Num, Sep1Pos], Sub2, [Sep2Num, Sep2Pos], ... SubN] Note: Sub - substri..."
 
We will need some clarification here...
Line 1:
{{draft task}}Code to split string with several separators.
Input: string, list of separators
Output: [Sub1, [Sep1Num, Sep1Pos], Sub2, [Sep2Num, Sep2Pos], ... SubN]