word after the space NSlog
Posted
by
DD007
on Stack Overflow
See other posts from Stack Overflow
or by DD007
Published on 2012-12-14T10:07:40Z
Indexed on
2012/12/14
11:04 UTC
Read the original article
Hit count: 170
I am new bie to xcode may be question is silly but I am lagging with my home work. In a file I want to read a specific character after the string.
I want to read all the character after the space.
ex:
asasasasasas
wewewewewewe
qwqwqwqwqwqw
xyz_ 22 aaaaaaaaaaa bbbbbbbbbbb ccccccccccccccc ddddddddddddd
fgfgfgfgfgfgfg
ererererererer
abc_ 12 bbbbbbbbbb dddddddd
jkjkjkjkjkjkjk
lalallalalalal
everything is fine .. but i want to print after "xyz_ 22" as aaaaaaa then bbbb ccc
© Stack Overflow or respective owner