m-ender / retina

A regex-based programming language.
MIT License
231 stars 10 forks source link

Custom split delimiter #62

Closed CatsAreFluffy closed 7 years ago

CatsAreFluffy commented 7 years ago

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

m-ender commented 7 years ago

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

CatsAreFluffy commented 7 years ago

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

m-ender commented 7 years ago

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