pygame is
pygame.org is
|
String Parsing Functions
String Parsing Functions - 0.0.3Michael (elementsigma)Tags:DescriptionIncludes
*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" ChangesIncludes
*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
Releases
Pygame.org account CommentsIf you wish to leave a comment with your pygame.org account, please sign in first.
|
|