Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Cloud Application Architecture Patterns: Designing, Building, and Modernizing for the Cloud
this week in the
Cloud/Virtualization
forum!
Tracy Pierce
Greenhorn
+ Follow
news
3
Posts
1
Threads
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
Searching a String for a sequence of characters
I'm not sure of the actual text given, but I need to be able to search for multiple occurrences of these tags.
show more
14 years ago
Beginning Java
Searching a String for a sequence of characters
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.
show more
14 years ago
Beginning Java
Searching a String for a sequence of characters
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.
show more
14 years ago
Beginning Java