regular expression

2004-03-30 Thread pascal thomas
Hallo and good morning, what exactly means the * and the $ in the following line? labelstr ^Full-[0-9][0-9]*$ With regards Pascal

Re: regular expression

2004-03-30 Thread Kristian Rink
Hi Pascal,... On Tue, 30 Mar 2004 11:21:21 +0100 pascal thomas [EMAIL PROTECTED] wrote: what exactly means the * and the $ in the following line? labelstr ^Full-[0-9][0-9]*$ $ indicates the end-of-line (end of the string, in this case). A construct like [0-9]* means that there might zero

Regular Expression with gnutar examples

2001-08-04 Thread ahall
Hello, I am putting the finishing touchs on an document that covers excluding data in amanda. I am working on a regular expression section and am having a little difficulty doing anything other the basic regex. I am using gnutar 1.13.19. If I use something like: --exclude=[ab] --exclude