fun String.toUriOrNull(): Uri?
Converts a String to Uri by calling Uri.parse; returning null if the string cannot be parsed.