G
Guest
Is there a string method that allows gives you the number of times a
substring appears in your string.
Looping through my string performing IndexOf("substring",startPos), seems
like overkill.
thank you.
CR
substring appears in your string.
Looping through my string performing IndexOf("substring",startPos), seems
like overkill.
thank you.
CR