Hi All,
I am trying to split out numbers and text and I got it by using RegEx and under Regular expression, I put in "(\d+)\s(.+)"
Screen shot of Original

Screen shot of after applying RegEx

My question is how do I get that "?" out? Thanks in advance for all the help!