Skip to content

Commit

Permalink
i really forgot to update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
piranha committed Aug 27, 2014
1 parent 4506dba commit a3f1f90
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,7 @@ And to replace:
gr somestring -r replacement

It's performed in place and no backups are made (not that you need them, right?
You're using version control, aren't you?). Unfortunately only plain strings are
supported as replacement, no regexp submatch support yet (planned, though).
You're using version control, aren't you?). Regular expression submatches
supported via `$1` syntax - see
[re2 documentation](https://code.google.com/p/re2/wiki/Syntax) for more
information about syntax and capabilities.

0 comments on commit a3f1f90

Please sign in to comment.