As long as `':'` is not allowed in `fmt` part of `{expr:fmt}`, you can probably 
just frame the `expr` by doing an `rfind` on ':' instead of a `find` (last 
rather than first), no?

Reply via email to