Retrieve the String using expression This Example describes the way to retrieve the String using expression.For this we are going to make program named
NotLookahead.java.
Finding a given word using regular expression This Example describes the way to find a given word from the String and also the no of times the word exists using regular expression.For this we are going to make program named
Find.java.
Matching Address using regular expressions This Example describes the way to match address using regular expression.For this we are going to make program named
Matching.java.
Replacing the first subsequence of the input This Example describes the way to replace only the first subsequence of the String using
regular expression. For this we are going to make program named
Replace_First.java.
Pointing last index of the Matcher This Example describes the way to point the matcher and also indicate the last index of the matcher using
expression.For this we are going to make program named Matcher_end.java.
Pointing and indicating matcher using regular expression This Example describes the way to point the matcher and also indicate the index of the matcher using
regular expression. For this we are going to make program named
Indicating_Matcher.java.
Finding word using regular expression This Example describes the way to find the word from the String using
expression. For this we are going to make program named Findone.java.
Reset the matcher using regular expression This Example describes the way to retrieve the String using regular expression. For
this we are going to make program named Reset. java.
Replacing all the text of String using expression This Example describes the way to Replace certain part of the whole String
using regular expression. For this we are going to make program named
Replaceall.java.
Pattern resetting using regular expression
This Example describes the way to retrieve the String using regular expression. For
this we are going to make program named Pattern_Resetting.java.
Matching Zip code using regular expression This Example describes the way of matching Zip code with the regular
expression .For this we are going to make program named Matching_Zipcode.java.
Ask Questions? Discuss: Regular Expressions
Post your Comment