substring java last code example Example: str.substring last 2 java String substring = str.length() > 2 ? str.substring(str.length() - 2) : str;