pub fn isolate_right<'a>() -> IsolateOptionsFormer<'a>Expand description
Function to split a string with some delimeter. Routine splits string from right.
It produces former. To convert former into options and run algorithm of splitting call perform().