Re: Regular expressions in Subversion
From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 17 Oct 2012 20:17:06 +0200
On Wed, Oct 17, 2012 at 12:20:20PM -0400, Hyrum K Wright wrote:
How do we change existing features from glob syntax to regex without
For instance, what about "a*.txt"? In glob this means: starts with 'a',
$ ls *.txt | egrep 'a*.txt'
(where ls uses glob syntax and egrep uses regex)
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.