Notifications
Announcements
No record found.
Hi All,
I have a string in which are present "" values, I can't remove those char using strrem func, any advice?
thank you
Hi francesco.sch,
Normally the string values are represented with double quotes.
Can you show us the string values? I mean how the string values look like where you want to remove ""?
Thanks,
Girish S.
The string has inside the quotes that's why I' can't find a way to remove them. I have thinked about regular expression but still I didn't figure out how to solve that.
Anyway the string is similar to this: String"with"UnwantedValues
Have you tried using the strSplit function?
Try using string split function. It will split the string based on the delimiter(example ""). and it will return a list. You can loop through the list to get all the values. and concatenate them.
I will, thank you. I will mark your answer once I'll have tried.
Francesco.
At the end this line worked: strRemoveCr(strReplace(MyTable.myField,'"', ''))
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Martin Dráb 544 Most Valuable Professional
André Arnaud de Cal... 450 Super User 2025 Season 2
Sohaib Cheema 250 User Group Leader