Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/dc7592e95c22bcff32b716565ae8b473 to your computer and use it in GitHub Desktop.
Save trycf/dc7592e95c22bcff32b716565ae8b473 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
s = "a|b|c|d|e|f"
writeDump(s.split("\|", 2))
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment