Skip to main content

String Parsing Functions - 0.0.3

A bundle of string parsing functions


Michael
(elementsigma)
Includes *ParseString2List **Takes a string and cuts a string into a list by a seperator ***Example - "This is a test"," " - ['This','is,'a','test'] *GetSubString **Takes a string and gets a slice from start to end ***Example - "This is a test",0,3 - "This" *Replace **Takes a string and replaces a part by replacer ***Example - "This is a test"," ","_" - "This_is_a_test"

Changes

Includes *ParseString2List **Takes a string and cuts a string into a list by a seperator ***Example - "This is a test"," " - ['This','is,'a','test'] *GetSubString **Takes a string and gets a slice from start to end ***Example - "This is a test",0,3 - "This" *Replace **Takes a string and replaces a part by replacer ***Example - "This is a test"," ","_" - "This_is_a_test"

Links

Home Page
http://scriptfoo.net/
Source
http://www.scriptfoo.net/PythonFilez/Parsing.py

Releases

String Parsing Functions 0.0.3 — 6 Oct, 2006

Pygame.org account Comments