Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Simple example of python strip function

string = "softhunt.net"

print(string)

print(string.strip())

print(string.strip('softhunt'))
Source by softhunt.net #
 
PREVIOUS NEXT
Tagged: #Simple #python #strip #function
ADD COMMENT
Topic
Name
6+4 =