Hi, I am trying to format a string e.g. "ou=Applications" to just extract the "Application" part of the string? I think you can use the StringTokenizer class and "=" as a delimeter, but I tried that and it did not work for me! Can someone please tell me how to do this and give me an example piece of code if possible? Thanks.