A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
Beginning Java
Author
find a String
marc spoon
Greenhorn
Joined: Aug 08, 2001
Posts: 13
posted
Sep 07, 2001 06:53:00
0
Hi all!
what�s the best way to find a
String
in an ending list of other Strings?
marc
Mike Curwen
Ranch Hand
Joined: Feb 20, 2001
Posts: 3695
I like...
posted
Sep 07, 2001 08:43:00
0
What's an ending list?
Anyways, from the API:
indexOf(String str)
Returns the index within this string of the first occurrence of the specified substring.
I agree. Here's the link:
http://aspose.com/file-tools
subject: find a String
Similar Threads
JSP Error
How to find number of decimal places?
Regex
Read and search for text in a file
String new object clarification
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter