WILDEDIT: WildCard search/replace
Posted: Wed Mar 02, 2005 6:41 pm
Hi,
I have small problem. I need to delete the code below from 250 text files.
<field name="FILEREV" presence="hidden" y="7.112mm" x="128.524mm" w="4.23mm" h="4.5mm">
The problem is that x and y are not constant. They are different in every file.
I tried
<field name="FILEREV" presence="hidden" y="*****mm" x="*****mm" w="4.23mm" h="4.5mm">
but it is not working. Does anyone knows what should be used when the data to be replaced changes?
Thanks,
Sebastian
I have small problem. I need to delete the code below from 250 text files.
<field name="FILEREV" presence="hidden" y="7.112mm" x="128.524mm" w="4.23mm" h="4.5mm">
The problem is that x and y are not constant. They are different in every file.
I tried
<field name="FILEREV" presence="hidden" y="*****mm" x="*****mm" w="4.23mm" h="4.5mm">
but it is not working. Does anyone knows what should be used when the data to be replaced changes?
Thanks,
Sebastian