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

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