Text Tools Python scripts - Top 4 Download

Text Tools Python script downloads

Indices of a SubString in a Given String

This script uses string.index(sub) function which returns a list of indices of ALL occurances of a substring in the string. ...
Python

Convert string to hex

Convert string to hex script converts each char to hex representation and back. ...
Python