seperate numbers from a string and print the results code example Example: split string with first numerical value in python re.split(r'(^[^\d]+)', string)[1:]