0.9.7 • Published 3 years ago

regrep v0.9.7

Weekly downloads
21
License
ISC
Repository
-
Last release
3 years ago

You want to match multi lines use this regex (.|[\r\n])* or [\s\S]*

Install:

npm i -g regrep

Usage:

  • regrep pattern: note please enclose your pattern inside double quotes
  • Regrep only support reading data from stdin at the moment:
 echo "123abc" | regrep "/\d+/" 
0.9.7

3 years ago

0.9.6

3 years ago

0.9.5

3 years ago

0.9.4

3 years ago

0.9.3

3 years ago

0.9.2

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago