Introduction to regular expression

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

Leave a Comment