I have a project name field that appears in my report which is usually in the format:
UKE12345 Project Title is here - Des
I need to strip the first part of it off, and the end, so that I am left with:
"Project Titlw is here"
Occasionally there is no first part, so I need to detect it first and then remove it.
The last bit may need detecting also and these will be either '- Des' or '- Dev'
can anyone suggest how to do this?
UKE12345 Project Title is here - Des
I need to strip the first part of it off, and the end, so that I am left with:
"Project Titlw is here"
Occasionally there is no first part, so I need to detect it first and then remove it.
The last bit may need detecting also and these will be either '- Des' or '- Dev'
can anyone suggest how to do this?