• Home
  • Docker
  • Kubernetes
  • LLMs
  • Java
  • Ubuntu
  • Maven
  • Big Data
  • Archived
Linux-Ubuntu | Special Characters
  1. Examples

  1. Examples
    • The character double quote (") is used to delimit a string value.
      If the string contains special characters ($, \), they will be interpreted before returning the final result.

    • The character single quote (') is used to delimit a string value.
      If the string contains special characters ($, \), they will not be interpreted and they will be returned as is in the final result.

    • The character grave accent (`) is used to delimit a string value.
      The whole string will be interpreted before returning the final result.
© 2025  mtitek