Hello,
I need to remove everything from the last comma of a string (including the last comma)
So for example I have an address
20 Bright Street, Walsham, England, CH41 0AD
And I need:
20 Bright Street, Walsham, England
If anyone is able to help me with this it would be great.
AND
If anyone fancies a further challenge, the actual data I am working with appears as
20 Bright Street {Smith}, Walsham, England, CT85 8AT
What ultimately I want to do is remove everything bewteen the brackets "{" & "}" (including the brackets)
AND
Also remove everything after the last comma, including the comma, so the end result is:
20 Bright Street, Walsham, England
Many thanks Mark
I need to remove everything from the last comma of a string (including the last comma)
So for example I have an address
20 Bright Street, Walsham, England, CH41 0AD
And I need:
20 Bright Street, Walsham, England
If anyone is able to help me with this it would be great.
AND
If anyone fancies a further challenge, the actual data I am working with appears as
20 Bright Street {Smith}, Walsham, England, CT85 8AT
What ultimately I want to do is remove everything bewteen the brackets "{" & "}" (including the brackets)
AND
Also remove everything after the last comma, including the comma, so the end result is:
20 Bright Street, Walsham, England
Many thanks Mark