Regular Expression to find the job id in a string
Posted
by Jamie
on Stack Overflow
See other posts from Stack Overflow
or by Jamie
Published on 2010-05-28T12:22:20Z
Indexed on
2010/05/28
12:31 UTC
Read the original article
Hit count: 280
Hi all,
Please could someone help me, i will be forever appreciative.
I'm trying to create a regular expression which will extract 797 from "Your job 797 ("job_name") has been submitted"
or "Your Job 9212 ("another_job_name") has been submitted" etc.
Any ideas? Thanks guys!
© Stack Overflow or respective owner