Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

replace special from beginning of string

s="Hello? Python3?"s1=s.replace("$","")print (s1)#Output:Hello Python3
Source by betterprogramming.pub #
 
PREVIOUS NEXT
Tagged: #replace #special #beginning #string
ADD COMMENT
Topic
Name
3+2 =