- Regular Expression: It is an expression to represent a group of String objects according to a particular pattern.
- Mostly used to validate user input in html forms.
- Pattern matching application i.e find in a notpad program.
- While designing translators example in compiler.
- Digital Circuit development uses regular repressions.
- Communication protocol development example TCP/UDP.