Skip to content

RyannKim327/Regular-Expression-Tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regular Expressions Tester

MPOP Reverwse II (Ryann Kim Sesgundo)

The program will help you to try your regular expression format. You may download this repository, by executing:

git clone RyannKim327/Regular-Expression-Tester.git

But still, I won't allow someone to sell the codes we created, even you modify it.


How do I use Regex in Javascript

It is commonly executed between two / like the code below

let regex = /([\w\W]+)/gi

The g represents as global and i for case insensitive. The program uses case insensitive, for then to easily ecxecuted the progrram. I also added the copier balow for Javascript users.

About

This is just a simple project created just to practice OOP in Javascript and Regex at the same time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published