Struggling to get the text after a string and ignoring any spaces between the text I’m searching after and the beginning of the text I want to extract.
“JS Jeff ShumUserMenu”
Desired Result is “Jeff Shum”. Ideal result is to be able to capture first name and last name of anyone.
Thanks for that. The string that I’m trying to extract is data scraped from a string to a variable. How can I embed that code to reference the data scraped variable? e.g. my Data scraped variable is called “extracted user name”.