Friday 22 September 2006 1:08:26 am
Up to my humble knowledge, you can solve this in two ways,
A. Write your own operator using php.
B. using the existing operator as follows:
1. explode the string into array1 (see link below)
2. use the unique operator of the array1 to make array2. 3. Compare the two arrays if they are the same then there are no repeated words. If not then you can iterate (may sining foreach) through the two arrays to find the duplicate words May be someone else can help you better than me. I just tried. http://ez.no/doc/ez_publish/technical_manual/3_8/reference/template_operators
|