Cookies Psst! Do you accept cookies?

We use cookies to enhance and personalise your experience.
Please accept our cookies. Checkout our Cookie Policy for more information.

Improve your productivity with regexp-it-cli

Involve regular expressions to solve different kind of tasks regarding text content

Let me introduce a nodejs library called regexp-it-cli.

I am going to demonstrate some use cases where this tool would be applicable.

Regexp playground

You can experiment with regular expression by passing some content as a source and executing your trial regular over it. For example, display only matched parts for specified regexp:

Image description

Show some content in slide mode

Have you ever wanted a find functionality without dealing with manually movement handling to the next match but automatically see the next matches with some interval? Slide mode to the rescue! Use the --slide-mode option optionally providing also --slide-delay specifying a delay in seconds you'd like:

Image description

Filtering content between sections

You can use regexp in a source only after/before specified --after-regexp and --before-regexp:

Image description

Displaying first and last match

Display only first/last match by providing the --only-first-match / --only-last-match flag

Specify starting/ending line from a source to be used as a content

Apply filter to content that is going to be used a source for a regular expression by using the --starting-line-number, --ending-line-number options.

Last Stories

What's your thoughts?

Please Register or Login to your account to be able to submit your comment.