| iNTERFACEWARE Products Manual > Learning Center > Learning Python > Working With Strings |
![]() ![]() |
Looking for Iguana v.5? Learn More or see the Documentation.
Python provides many ways to manipulate strings and variables containing strings. You can extract part or all of a string, or invoke one of the many built-in functions. You can also use Python's regular expression module to find substrings that match a specified pattern. |