Skip to content

Instantly share code, notes, and snippets.

@md-weber
Created December 22, 2020 21:26
Show Gist options
  • Save md-weber/4b917cde30f7fd33b234dd7d77e34dce to your computer and use it in GitHub Desktop.
Save md-weber/4b917cde30f7fd33b234dd7d77e34dce to your computer and use it in GitHub Desktop.
Blog Quotes
String validString = 'This is should be valid, because of the single quote';
String notValidString = "This should not be valid, because of the double quote";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment