Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to pick everything after a character in python

my_string="hello python world , i'm a beginner "
print my_string.split("world",1)[1]
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #pick #character #python
ADD COMMENT
Topic
Name
3+5 =