Saturday, 14 September 2013

how to extract portion of string in RegEx

how to extract portion of string in RegEx

I have a string "Standard delivery in 5 business days"
I want to extract "5 business days" from this string.
I wrote regex "(/[0-9]/*)"
But it does not works..
Help me out..
Thanks..

No comments:

Post a Comment