[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] regexp help
- Subject: [ale] regexp help
- From: ale at spinnerdog.com (David Hamm)
- Date: Thu, 15 Sep 2005 12:55:38 -0400
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.