Skip to content

Instantly share code, notes, and snippets.

@kroovysteph
Created November 3, 2016 21:15
Show Gist options
  • Save kroovysteph/a1a1ec5f3cf95a445df75188b11112f6 to your computer and use it in GitHub Desktop.
Save kroovysteph/a1a1ec5f3cf95a445df75188b11112f6 to your computer and use it in GitHub Desktop.
//3a)
String truncate_to_8(String s) {
return s_sub(s, 0, 8);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment