Thursday 17 June 2004 4:24:36 am
Normally i would suggest the array operators: http://ez.no/ez_publish/documentation/development/libraries/ez_template/operators/array_handling but they dont seem to have the right operators for this. 'contains' would be good if it actually returned the position of the string being contained but it doesn't. The closest is probably 'explode' using the @ delimiter. Then you implode again with your _ character. paul
-- http://www.visionwt.com
|