This post about validating email addresses in Rust using the crate regex and regular expressions based on this other post.
Kotlin – Convert comma-separated String to a List
This post shows how to convert a comma-separated strings (CSVs) to a list and back. In Kotlin, we can create both immutable or mutable lists.