Sensemann
Jan 12th, '05, 02:07 PM
Currently I'm working on an Export Template for the HD and want each quotation mark at the end of a word to be replaced by a " '' ". My idea is to use this REG_REPLACE:
<--REG_REPLACE--><--REGSTRING-->([a-z])"<--/REGSTRING--><--REPSTRING-->\1''<--/REPSTRING--><--/REG_REPLACE-->
But unfortunately it seems that the HD does not understand the backreference " /1 ".
In this post (http://www.herogames.com/forums/showpost.php?p=273692&postcount=35) Killer Shrike proposed a regex with this backreference functionality. Was backreference supported by an earlier version of the HD? Has anyone an alternative solution? I don't want to use 26 replace lines, one for each alphabetic character.
Thanks for helping!
<--REG_REPLACE--><--REGSTRING-->([a-z])"<--/REGSTRING--><--REPSTRING-->\1''<--/REPSTRING--><--/REG_REPLACE-->
But unfortunately it seems that the HD does not understand the backreference " /1 ".
In this post (http://www.herogames.com/forums/showpost.php?p=273692&postcount=35) Killer Shrike proposed a regex with this backreference functionality. Was backreference supported by an earlier version of the HD? Has anyone an alternative solution? I don't want to use 26 replace lines, one for each alphabetic character.
Thanks for helping!