Created
January 28, 2016 16:05
-
-
Save chrishutchison9/bed9af348f4b03583181 to your computer and use it in GitHub Desktop.
sharepoint multi user field regex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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