Showing posts with label regex. Show all posts
Showing posts with label regex. Show all posts

Wednesday, January 22, 2014

Extract value from string using regex in java

So suppose you want to extract values from a string based on a certain regex pattern. The thing that i didn't know was that I needed to use () around the data I wanted to capture.


Output
http://home.com
56

I dedicate this post to all laymen out there, who get confused with coding and stuff