Skip to content

Instantly share code, notes, and snippets.

@loveprotocol
Last active October 22, 2020 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loveprotocol/4955ff866d3dd3238d8b0d7b3b579b7a to your computer and use it in GitHub Desktop.
Save loveprotocol/4955ff866d3dd3238d8b0d7b3b579b7a to your computer and use it in GitHub Desktop.
var address : String = "" // Null 비허용
//대충 address를 얻어오는 코드 생략
...
if (address.length != 0) {
if (address.contain("seoul")) {
...
}
} else {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment