Skip to content

Instantly share code, notes, and snippets.

@nmische
Created October 9, 2013 14:16
Show Gist options
  • Save nmische/6902022 to your computer and use it in GitHub Desktop.
Save nmische/6902022 to your computer and use it in GitHub Desktop.
Strip white space from selected rc keys.
<cfloop list="owner,editor,moderator,additionals,senders" index="l">
<cfset rc[l] = reReplace(rc[l], "\s", "", "ALL") />
<cfloop>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment