Skip to content

Instantly share code, notes, and snippets.

@chrishutchison9
Created January 28, 2016 16:05
Show Gist options
  • Select an option

  • Save chrishutchison9/bed9af348f4b03583181 to your computer and use it in GitHub Desktop.

Select an option

Save chrishutchison9/bed9af348f4b03583181 to your computer and use it in GitHub Desktop.
sharepoint multi user field regex
var test = ctx.CurrentItem.tkeContact.replace(/[^a-zA-Z ]+/g, ";")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment