Replace « Regular Expressions « Java






1.REGEX = "a*b"
2.Escaping Special Characters in a Pattern
3.Removing Line Termination Characters from a String
4.Append Replacement Method
5.ReplaceAll Method from Matcher
6.replaceFirst Method from Matcher
7.Working with Back References
8.Regular Expression search and replace program