Page 4 - Lesson Note - STRINGS
P. 4

Lesson Note


               Ordinal Numbers



























               Comparison/Relational operators



















               Sub String

               It is a part of string containing some continuous characters of the string.

               Substring Handling
                   •   Creating substring (using operator slice/ function split)
                   •   Checking if substring found (function find)
                   •   Count of substring occurrence (function count)

               Substring using Slice
   1   2   3   4   5   6   7