Use the custom blocks in "see inside." Pretty straightforward: #PalindromeTest tests to see if something is a palindrome, returns 'true' or 'false' to variable 'palindromeTest.isPalindrome.' #removeLetter removes a character from a string. 'removeLetter.removals' is amount of characters removed that operation, 'removeLetter.output' is the result. #removeString removes a string from a string. 'removeString.output' is the result. #replaceString replaces a string in a string with a string(say that ten times fast!) 'replaceString.output' is the result
Update, again(5/3/17): Added, as promised about 10 minutes ago, 'replaceString.' Idea also from PusheenGames23 Update(5/3/17): Added 'removeString.' As the name suggests, it removes a set of characters from a string instead of just one. I'm now working on 'replaceString,' which should only be a slight variation of this. Idea courtesy of PusheenGames23