Tracy Pierce

Greenhorn
+ Follow
since Mar 01, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Tracy Pierce

I'm not sure of the actual text given, but I need to be able to search for multiple occurrences of these tags.
14 years ago
Thanks for the prompt response, and welcome!

For what I'm trying to do I need to analyze a given string, for the text between the tags "<c>" and "</c>", and replace what's already in the string with the comment between those two tags.
14 years ago
How would I search a string for a sequence of adjacent characters? For example, I need to find the full sequence "<c>" within the string.
14 years ago