Re: Hook script parsing help
From: Laker Netman <laker_netman_at_yahoo.com>
Date: Thu, 1 May 2008 15:40:01 -0700 (PDT)
/^[AU]. (.*[^\/])$/
The square brackets [] create a characterclass, which means a match will be made on any *one* character found inthe class. In this case the A or the U.
Laker
----- Original Message ----
I am uing a hook script to check Added files to make sure they have
In this section of the hook script:
I want to change line 2 to look for A or U.... how can I code this?
---------------------------------------------------------------------
____________________________________________________________________________________
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.