Home
Members Login
Online Manual
Products Manual
iNTERFACEWARE
iNTERFACEWARE Products Manual
>
Installing and Using Chameleon
>
Using Python Scripting
>
Python Scripting Examples
> String Manipulation
Looking for Iguana v.5 or v.6?
Learn More
or see the
Help Center
.
String Manipulation
Python offers a number of convenient ways to manipulate strings. This section provides examples of some tasks you might need to use string manipulation to perform.
For more information on manipulating strings in Python, see
Working With Strings
.
Screening 0x0A (Linefeed) Characters
Adding Underscores to a SSN
Extracting a Single Character
Converting Code Sets Using Conditional Statements
Converting Code Sets Using a Dictionary
Removing Unwanted Whitespace
Prepending a String Before a Value
Converting From RTF Format
Using an Array To Build a Long String Value