Wednesday, March 24, 2021

OIC - Use of Translate function

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.

No comments:

Post a Comment

Featured Post

Notepad - Improve Productivity in Notepad++ by Managing Multiple Open Tabs

Introduction When numerous files are open in Notepad++, not all tabs are visible in a single row. Enabling multi-line tabs allows Notepad++ ...