filmov
tv
Programming From The Very Basics Using Python - Session 17 - Working with Strings - Part 2

Показать описание
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.