AW: propertyregex: capitalizing entire string
You can use
propertyregex: capitalizing entire string
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/