Skip to content

Instantly share code, notes, and snippets.

@nk4dev
Created July 3, 2023 02:35
Show Gist options
  • Save nk4dev/4fffe58c7fda9557bf4180d805d214dc to your computer and use it in GitHub Desktop.
Save nk4dev/4fffe58c7fda9557bf4180d805d214dc to your computer and use it in GitHub Desktop.
String x = "sss";
if (x.endWith("s") && x.startWith("s") ) {
// other code
}
@nk4dev
Copy link
Author

nk4dev commented Jul 3, 2023

update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment