In this video, I will guide you through some of the basic string methods that you can use to validate contents of a string (check if its numeric, alphanumeric and so on..), and also explain the usage of string case transformation methods (convert to uppercase, lowercase), stripping leading and trailing white-spaces, check for existence of substring in the start, end and through-out.
Code samples and notebooks used in the videos / demonstration are available at https://github.com/slashprog/programm...