Skip to content

Instantly share code, notes, and snippets.

@IQAndreas
Created January 16, 2017 23:28
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 IQAndreas/f316fafdde95d1fc3af0cb3e4410d71e to your computer and use it in GitHub Desktop.
Save IQAndreas/f316fafdde95d1fc3af0cb3e4410d71e to your computer and use it in GitHub Desktop.
video_title="${video_title//"/\'}"; # Replace " with ' }";
video_title="${video_title//'/\'}"; # Replace ' with ' }";
video_title="${video_title//&/&}"; # Replace & with &
video_title="${video_title//\//}"; # Remove forward slashes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment