Delete String After Certain Character
Posted: Sun May 08, 2016 6:28 am
Is there a way to delete the string of text after a specific character?
For example my data is this:
(Words here) But I don't want the words here
I want my data to look like this:
Words here
I want to display just the words within the parenthesis. I deleted the first character, but no matter if I try using delete, replace, etc I can't get rid of the rest. Is this possible?
Thank you,
Cassidy
For example my data is this:
(Words here) But I don't want the words here
I want my data to look like this:
Words here
I want to display just the words within the parenthesis. I deleted the first character, but no matter if I try using delete, replace, etc I can't get rid of the rest. Is this possible?
Thank you,
Cassidy