Hi Sergio!

(Since TYPO3 4.6) This object performs an ordered search and replace operation 
on the current content with the possibility of using PCRE regular expressions. 
An array with numeric indices defines the order of actions and thus allows 
multiple replacements at once.

Example:
20 = TEXT 20 {
value = There_are_a_cat,_a_dog_and_a_tiger_in_da_hood!_Yeah! 
stdWrap.replacement {
10 {
search = _
replace.char = 32
}
20 {
                 search = in da hood
                 replace = around the block
               }
               30 {
                 search = #a (Cat|Dog|Tiger)#i
                 replace = an animal
                 useRegExp = 1
} }
}

Check the TSREF this is better explained in there ;)
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to