Click here to Skip to main content
15,894,740 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I need a php code to separate a string...

my string is "2012-11-21T09:17:21.048ZSuccess799E799_CORE_BUNDLED_15523174_R1"

I need to split only success from this string...


Please help me to do this...
Posted

1 solution

See my answer and others to a similar question: PHP cut a part of string[^]
Quote:

Here are string manipulation function available in PHP: http://php.net/manual/en/ref.strings.php[^].

The one you are looking is for substr[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900