Skip to content

Latest commit

 

History

History

20220113165346

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Types of Regular Expression Languages

There are three Regular Expression Languages, from least features to most advanced:

  • Basic Regular Expressions (BRE)
  • Extended Regular Expressions (ERE)
  • Pearl Compatible Regular Expressions (PCRE)

Tags:

#literature-note #computer-science #automata-theory