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.