remove library
Functions
-
removeBrakets(
List< String> args) → String - Remove brakets(braket is this => []), argument's type is a String list
-
removeSpecificLetter(
String arg, String letter) → String - Remove a specific letter, arguments' type is String and String
-
removeSpecificLetters(
String arg, List< String> letters) → String - Remove specific letters, parameters' types are String and List
-
resetString(
String arg) → String - Reset the String variable, argument's type is String