Hi connections,
I’m going through some data validation process. By using Regex how should I remove last character of the sentence.
Ex:- TERM is active (REC SCI8/1000002337).
From this I need to get : SCI8/1000002337
Hi connections,
I’m going through some data validation process. By using Regex how should I remove last character of the sentence.
Ex:- TERM is active (REC SCI8/1000002337).
From this I need to get : SCI8/1000002337
give a try on following regex pattern