• Packages
  • Themes
  • Documentation
  • Blog
  • Discussions
Sign in

regex-filter-and-generator

Regular Expressions filter & Generator
sonim1
1.4.2 2,647
3
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

APM Version

regex-filter-and-generator package

This Regular expression filter search support

Regex Filter Toggle Using Ctrl+Alt+R

Windows : CTRL+ALT+R
OSX : CTRL+OPTION+R

Regular Expression Search Filter

Support Regular Expression Search.

enter image description here

Regular Expression generator

There is a generator button at the bottom of the panel.

Useful regular expressions can be checked.

You can modify the regular expression in the InputBox.

enter image description here

  • Email
  • Hex Color value
  • IPv4
  • IPv6
  • URL
  • Positive Number
  • Negative Number
  • Number
  • Number & Alphabet
  • Money
    • ex1) 100,000
    • ex2) 100,000.123
    • ex3) $100,000
    • ex4) 100.220.000 (dot insted comma)
  • UserName
  • Password
  • Alphabet
  • UUID
  • Date:yyyy/MM/dd
    • ex1) 1989/02/25
    • ex2) 1989-02-25
    • ex3) 1989.02.25
    • ex4) 1989 02 25
  • Date:MM/dd/yyyy
    • ex1) 02/25/1989
    • ex2) 02-25-1989
    • ex3) 02.25.1989
    • ex4) 02 25 1989
  • Character Limit
    • 1-10

Editing Tips

You can make changes to the generated regular expression

1. Please remove ^ for full text search

Character ^ matches the beginning of the line. ex) /^[\w]{1,10}/g => /[\w]{1,10}/g

2. Change Limit

ex) /[\w]{1,10}/g => /[\w]{3,5}/g

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by