I have a string and i want to know if the last character in my string is #
example:
String test="test my String #";
|
|
|
The following snippet should be instructive:
This prints:
String API links
|
|||
|
|
Or, if you really want to do it manually (not a good idea)...
|
|||||||||||
|