Try a regular expression.

/errorCode=\"([~\"]+)\"/

I'm not good at that kind of syntax, but something very similar to that
should work.

  -- Rob



"Qt" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> dear Sirs,
>
> I have this string;
>
> job_resp errorCode="4194337" description="Originator you"
>
> I need to take only errorCode value from this string. I am thinking and
> thinking and can not find how to to. I can split with "=" but allways
> erroCode place is changing in the string.
>
> Any idea
>
> Best Regards

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to