Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » String.indexof()(String.indexof("StringToFindInString") can't recognize space)
String.indexof() [message #988933] Mon, 03 December 2012 15:55 Go to next message
Eclipse UserFriend
hi,
i read string from excel (Axl)
the string includes spaces " " .
string.indexof(excelCellContent);// includes spaces
the indexof method don't recognize the string because of the spaces.
if i write same string but not from excel, the indexof can recognize.
string.indexof("string to find")
did anybody see this before
how can i solve this problem, or do work around
thanks
ziad
Re: String.indexof() [message #989609 is a reply to message #988933] Thu, 06 December 2012 17:49 Go to previous message
Eclipse UserFriend
Sounds more like a question for Axl experts, than a JDT question.
Only thing I could think of: maybe some of the characters only look alike but are different bits?
Previous Topic:JSF auto complete
Next Topic:Running 'NewLibraryPluginCreationOperation' in a headless application
Goto Forum:
  


Current Time: Sat May 17 06:25:44 EDT 2025

Powered by FUDForum. Page generated in 0.03681 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top