Replacing a portion of a string

Replacing a portion of a string 1.2

Replacing a portion of a string 1.2 Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 280
  • Released: Jun 4, 2007

Replacing a portion of a string 1.2 Description

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

Replacing a portion of a string 1.2 Keywords

Replacing a portion of a string Bookmark

Hyperlink code:
Hyperlink for Forum code:

Replacing a portion of a string 1.2 Script Download Notice

Top 4 Download periodically updates information of Replacing a portion of a string 1.2 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Replacing a portion of a string 1.2 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Convert a string into a raw string

This script contains a function that takes in an arbitrary string and converts it into its raw string equivalent. It is very useful when a user needs to input text and you want the raw equivalent to be ...
Python

Conversion to unicode or byte string

... built in function str() and unicode() return a string representation of the object in byte string and unicode string respectively. This script introduces an enhanced version of str() and ... used as handy functions to convert between byte string and unicode. This is especially useful in debugging when mixup of the string types is suspected. ...
Python

Split String into n size pieces

This script takes a string and returns a list containing the n-sized pieces of the string. ...
Python

Align text string

Align text string script aligns string with spaces between words to fit specified width. ...
Python

Checking whether a string contains a set of chars

This script contains a function to check on the occurence of a set of characters. ...
Python