Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 392 Bytes

File metadata and controls

17 lines (11 loc) · 392 Bytes

RegExp

RegExp workshop (introduction to Regular Expression), optional Fork this repo to your account

Files included

  • Reading materials
  • Videos to watch
  • Exercises to do

Regular Expressions (RegExp)

RegExps are a sequence of characters that define a search pattern. They are used for:

  • Validation purposes (passwords, email, search)
  • Searching items (string entries search)