Hello,
I have a question on regexp & regsub.Actually, I have read the tutorial on internet about regexp & regsub.But I still can't understand how to apply this code.
I just want to take only sub string from the string.Example:
Input:
activate%NAME%batch%5050%GH%TYPE=TRUE;
Output:
GH%TYPE=TRUE; and replace the '%' symbol to ':'
The last result:
GH:TYPE=TRUE;
Pls assist me on how to settle this problem.
Thanks.
I have a question on regexp & regsub.Actually, I have read the tutorial on internet about regexp & regsub.But I still can't understand how to apply this code.
I just want to take only sub string from the string.Example:
Input:
activate%NAME%batch%5050%GH%TYPE=TRUE;
Output:
GH%TYPE=TRUE; and replace the '%' symbol to ':'
The last result:
GH:TYPE=TRUE;
Pls assist me on how to settle this problem.
Thanks.