joinToString
fun joinToString(sourceString: MutableList<String?>, regex: String = DEFAULT_REGEX, separator: String = DEFAULT_STRING_SEPARATOR): String
This function combines all string indexes to a list separated by the separator and regex defined by the content author