[ale] regexp help
David Hamm
ale at spinnerdog.com
Thu Sep 15 12:55:38 EDT 2005
Hi,
I need to move a number of .htm files to a Linux web server, but the support
image file names are all in random case and so are the src= tags.
Can anyone tell me how to convert the case of the file name referenced in the
following line.
src="../images/XyZ.gif" to src="../images/xyz.gif"
I'm working with s/src\=\".*\"/ but don't know how to specify changing the
case to lower in the replacement side of the regular expression.
Thanks.
More information about the Ale
mailing list