[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: String.gsub for string, but exlude some parts
- From: Florian Berger <fberger@...>
- Date: Tue, 14 Dec 2004 13:40:04 +0200
Hi.
I have following problem with strings. I want to use string.gsub to
modify big string. However I don't want string.gsub to affect whole
string. There are some parts that should be left as they are. For a
example in a string containing C language file you could let string.gsub
modify everything else except chars between the comments (/* .. */). Any
ideas how to implement this?
f