Requirements: To remove the aposthrope (') from a string.
Format:
translate($variable_name,"'",'')
We can also replace one special char to another one using translate function.
📌 Use Case In real-time OIC integrations, JSON payloads are exchanged with external systems via REST APIs. When such integrations fail (du...
No comments:
Post a Comment