shenwei356 / rush

A cross-platform command-line tool for executing jobs in parallel
https://github.com/shenwei356/rush
MIT License
847 stars 62 forks source link

{@regexp} Question #4

Closed xtmgah closed 6 years ago

xtmgah commented 6 years ago

What's is the {@regexp}, capture submatch using regular expression? Do you have instruction about the regular expression recognized by rush? Thanks

shenwei356 commented 6 years ago

read example 9 and changelog of v0.19 https://github.com/shenwei356/rush/releases/tag/v0.1.9

xtmgah commented 6 years ago

\d, \w, looks like it is similar to per regular expression? can i use other regular expression outside the example??

shenwei356 commented 6 years ago

just try