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.
Function Java code: package com.test.fn; import java.security.*; import java.security.spec.*; import java.util.Base64; import javax.crypto.C...
No comments:
Post a Comment