Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

split string with first numerical value in python

re.split(r'(^[^d]+)', string)[1:]
 
PREVIOUS NEXT
Tagged: #split #string #numerical #python
ADD COMMENT
Topic
Name
9+6 =