10-17-2008, 09:11 PM
I've used regex very little and I'm having trouble figuring this one out.
With the following two, I'd like either the full string, or the part following the '::' if it exists
"Location"
"Inspections_Selected::Inspector"
would return
"Location"
"Inspector"
TIA
With the following two, I'd like either the full string, or the part following the '::' if it exists
"Location"
"Inspections_Selected::Inspector"
would return
"Location"
"Inspector"
TIA