Retrieve string from the middle of a string
Posted
by ahsteele
on Stack Overflow
See other posts from Stack Overflow
or by ahsteele
Published on 2010-03-15T18:38:42Z
Indexed on
2010/03/15
18:39 UTC
Read the original article
Hit count: 562
I have a coded string that I'd like to retrieve a value from. I realize that I can do some string manipulation to pull out 12_35_55_219
from the below string but I was wondering if there was a clean way of doing so.
"AddedProject[12_35_55_219]0"
© Stack Overflow or respective owner