splitListStrict

fun String.splitListStrict(): List<String>

Splits a comma seperated list.

Sources

Link copied to clipboard