AW: propertyregex: capitalizing entire string

2005-05-10 Thread Jan . Materne
You can use

propertyregex: capitalizing entire string

2005-05-10 Thread Holger Rauch
Hi! I'm trying to capitalize a string as demonstrated with the following small sample build file: foo = ${foo} FOO = ${FOO} The output I get however is that each lowercase letter is converted literally to "[A-Z]": main: [echo] foo = blah/