How to delete string after some charecters in Objective-C? -


this question has answer here:

i have string /uploads/images/mypic_123.png want image name mypic_123.png.please tell me how it? using objective-c.

nsstring has method named lastpathcomponent can use


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -