m-ender / retina

A regex-based programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom split delimiter

CatsAreFluffy opened this issue · comments

A third input for the Split stage could be a delimiter to use instead of \n.

Changing delimiters will be part of #8 (which is also relevant to Match stages, for example).

Though a third input (like in Transliteration) would allow longer delimiters.

I'm not 100% sure yet how formatting configuration will work but it will definitely support arbitrary strings.