Created
December 22, 2020 21:26
-
-
Save md-weber/4b917cde30f7fd33b234dd7d77e34dce to your computer and use it in GitHub Desktop.
Blog Quotes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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