Skip to content

Instantly share code, notes, and snippets.

Created November 24, 2015 21:31
Show Gist options
  • Save anonymous/916e30f382fba677825c to your computer and use it in GitHub Desktop.
Save anonymous/916e30f382fba677825c to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
arrTitles = reMatch(
"application/vnd.website\+([A-Za-z]+);\s*version=(\d+)",
"application/vnd.website+json; version=2"
);
writedump(arrTitles);
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment