Selects a character from a string. Echoes to stdout the selected character. If the index is out of range: the empty string is echoed to stdout.
mbfl_string_first string char ?begin? Fun... the character is not found: nothing is sent to stdout.
mbfl_string_last string char ?begin? Func... the character is not found: nothing is sent to stdout.
mbfl_string_range string begin end Functi... the range is the end of the string. Echoes to stdout the selected range of characters.
mbfl_string_