0

Here is a snippet of typoscript in my project:

fe_users.company = TEXT
fe_users.company.data = TSFE:fe_user|sesData|powermail_2594|uid294

I am using typo3 v4.5. Now, the content of fe_users.company.data contains some errors which I want to remove using replaceString() or removeString().I don,t have much knowledge of typoscript at this stage and thats why I am writing this question.How would I implement the replaceString function.The examples I found on inernet were dealing with .vlaue property of an object.

4

1 回答 1

0

请尝试以下排版:

fe_users.company.stdWrap.replacement {
10 {
search = &
replace.char = 38
}
}
于 2013-01-15T12:48:51.813 回答