aspose file tools
The moose likes Java in General and the fly likes string indexes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply locked New topic
Author

string indexes

Moieen Khatri
Ranch Hand

Joined: Nov 27, 2007
Posts: 144
Hi,

I have this string
^ (..........)(................................) (...............)

which I want to manipulate.What I want is to find the index positions of all the opening and closing braces.The string index 0 position starts at ^ and the string ends at the last ).

Please can some one advice as how to implement it with the help of some code.

Thanks in advance
Joanne Neal
Rancher

Joined: Aug 05, 2005
Posts: 3011
    
    9
Duplicate of this post


Joanne
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: string indexes
 
Similar Threads
ArrayList does not print to terminal window after if statement inclusion, help?
Regex expressions
Need String program
string indexes
how to check for specific string pattern(using jdk 131)