Hi,
I'm relatively new to the wonders of Perl programming and I've yet to
quite get my head around regular expressions.
I'm attempting to generate a search and replace expression that will
turn the following string
insert_job: DUKS_rtcf_daily_log_purge job_type: c
into
DUKS_rtcf_daily_log_purge job_type: c
i.e. remove from the beginning of the line up the space following the
first :
All my efforts so far remove upto the second : though and leave just
'c'.
Any ideas?
Any help much appreciated!
Thanks,
Warren