文字列を解析しようとしていますが、それを行うには部分文字列を使用する必要があります。文字列にはアポストロフィ文字が含まれています。私の質問は、tempを使用してString.indexOfを取得し、アポストロフィ文字のインデックスを取得するにはどうすればよいですか?
//temp variable currently contains the string 'hello' including the apostrophe character
String finalWord = temp.substring(temp.indexOf('''), temp.indexOf('.'));