Extension Icon

Regular Expressions Search

Quickly find the most common JS regular expressions.
AvatarYuriy Musienko
1,310 Installs

Search RegExp

Description

This extension allows you to quckly find the most common JS regular expressions.

Search RegExp Extension for Raycast

Search most common regular JS expressions including payments validation, password strenght, dates, time, ZIP codes etc.

Screencast

Supported Commands

  1. Search regular expressions
  2. Copy to clipboard
  3. Open in browser

How to use

  1. Search regular expressions by name or category.
  2. Filter items by category using dropdown near the search field (Cmd+P).
  3. If you need to find a regular expression for certain ZIP code, find Zip Codes in list and go to zip codes list.

Development

Open the project in your IDE of choice and install the dependencies via:

$ npm install

To run and test the extension locally:

$ npm run dev

Checklist