Hi,
I love the site command, I've just seen it on the notifications, thank you. I've created the very simple command to extract the name from our Support system based on the css person-name. This then gives me the full name contained with in. That's great, but I'm looking just for the first name, or more simply the first string of text before the space.
I think using the regex ^\s would stop a text search at the first space, but I can't see if there is a way to combine the two. It feels as if it's either pulling from CSS or searching for a string, as they are two different commands.Is this possible, please?
Unfortunately, there isn't a unique set of characters before the first name. My next step will be to see if I can do something based on a bracket after the name. So 'Firstname surname (email@', to pull out the first name only based on that.
Thanks for anyone support anyone can give
Thanks
James