Hi
I have the following string:
'Corporate Analysis Africa February 2009'
And I want to truncate from the right so I get left with:
'Corporate Analysis Africa'
Does any one know how to write a regex statement to say truncate from the right on the 2nd space...
Thanks
Tim.
I have the following string:
'Corporate Analysis Africa February 2009'
And I want to truncate from the right so I get left with:
'Corporate Analysis Africa'
Does any one know how to write a regex statement to say truncate from the right on the 2nd space...
Thanks
Tim.