Skip to content

Acpear/LearnRegExp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What

Q: What is the regular expression ?

A: The regular expression (written as regexp below) is a grammar, to pick up some "you-like" string from a long string, according to your given rule.

Why

Q: Why I should learn regexp?

A: Some advantages here:

  • Universal: People around the world are using it.

  • Simple: Simple grammar, easy to learn.

  • Powerful: Do almost everything you want.

How

Q: How to learn regexp?

A: Here is the right place to start! The following is a catalog!

  1. an easy start
  2. repeat
  3. numbers & letters
  4. special letter

About

Learn regular expression

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published