Simple custom block to split a string on a certain character. This can split any string, if a string does not split properly please notify me. Feel free to use with credit. The block: Split (string) on (number) - (string) is the string you want to split. (number) is the number of the character you want to split on. Split (string) on (character) - (string) is the string you want to split. Character is the character you want to split on. (character) should be a letter input. (Y/N) decides if you want the splitter on Part A or Part B. Split (string) on (character) and (character2) - (string) is the string you want to split. Character is the character number you want to split on. (character) should be the first number input, (character2) should be the second number to split at. *Tuesday, June 28, 2016: Cleaned Code. Added character splitting support. *Change log: Upcoming: 3-part letter splitter *Sunday, July 17, 2016: Finished 3-part letter splitter (I think it works right.) *Friday, July 1, 2016: Progress on 3-part letter splitter. *Monday, June 27, 2016: Official release.