Skip to content

Instantly share code, notes, and snippets.

@mikekavouras
Created October 6, 2017 15:58
Show Gist options
  • Save mikekavouras/a71bcdc5cf806a3871464d9a4efc5109 to your computer and use it in GitHub Desktop.
Save mikekavouras/a71bcdc5cf806a3871464d9a4efc5109 to your computer and use it in GitHub Desktop.
const dimension = "request_id:213:LKJSDF):KJDS:09132"
const idx = dimension.indexOf(":")
const key = dimension.substr(0, idx)
const value = dimension.substr(idx + 1, dimension.length)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment