Text Management scripts - Top 4 Download

Text Management script downloads

Hierarchical Split

Hierarchical Split script is useful when you want to split a string more times, hierarchically. ...
Python

Visualize unicode strings

If you are processing unicode strings and you want to print the string but run into UnicodeEncodeError all the time, this script shows you some simple steps to visualize unicode strings. ...
Python

Replacing a portion of a string

This script allows you to replace a portion of a string at a given position. ...
Python

Implementing an Immutable Dictionary

This script represents the implementation of a dictionary, whose items cannot be reset or deleted, nor new can be added. ...
Python