I am trying to extract phone number in java from the given String i.e. the phone number can be anywhere in the String like [bla bla]TELEPHONE NUMBER[bla bla].Now I
[bla bla]TELEPHONE NUMBER[bla bla]
Assuming your regular expression works as it should, you should take a look at this regex tutorial from Sun.