Dumb Newbie Question: I've searched through the library
reference, but I haven't figured out how to extract a substring
from a string. I'd like something like string.substring("Hello",
0, 2) to return "Hel", for example. What method am I looking for?
Thanks!
- How to get a substring? Gautam Goel
- Re: How to get a substring? Namespace
- Re: How to get a substring? Ali Çehreli
- Re: How to get a substring? Namespace
- Re: How to get a substring? Damian
- Re: How to get a substring? Jesse Phillips
- Re: How to get a substring? Timothee Cour
- Re: How to get a substring? Nicolas Sicard
- Re: How to get a substring? Timothee Cour
- Re: How to get a substring? Nicolas Sicard
- Re: How to get a substring? Jonathan M Davis