Crate funny_string[][src]

Functions

Returns the character at the index of the given string. The first character of string is at index 0

Replaces the character at the given index and returns the string.

Replaces a range of characters in string with the given replacement. The range is begin to end.

Returns the substring between the given begin index and end index. The first character of string is at index 0