Hi,
I have a problem with this regex. I try to match the second numbers in the string including the next word. What I've tried is this:
\s([\d\/\.\%]*[\d]+)[\s]+([^\d\s\/\%]+)
But what I matched was 30 MEQ.
I want to match this:
PEDIALYTE 30 MEQ ORAL CEREZA 500 ML SOL 6638
Thank you for readme.