This crate provides a substring method on Rust string types. The method takes a start and end character index and returns a string slice containing the characters within that range. The method is ...
better-substring is a lightweight (~180 bytes) tool that enhances the default substring method. No more words split in half! Basic example, will try to split at index 3.
Note also that the GDK String class also provides overloaded versions of the tokenize method that accept a String or a single Character as the delimiter. Groovy provides GDK String methods with the ...