kinki_2046
Member
- Joined
- Jun 8, 2011
- Messages
- 23
- Programming Experience
- Beginner
I have a string:
abc=abc=abc=abc
So,
1. how do i get the total occurance of "="?
2. how do I get the all the occurance position for "="?
3. how do I substring the string above from the second "=" until third "="?
Thanks.
abc=abc=abc=abc
So,
1. how do i get the total occurance of "="?
2. how do I get the all the occurance position for "="?
3. how do I substring the string above from the second "=" until third "="?
Thanks.