I need to split string

Hi,

How about the following expression?

image

System.Text.RegularExpressions.Regex.Match(yourString,"[\d.]+").Value

Regards,