Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save drphrozen/83610121ae8e90646219 to your computer and use it in GitHub Desktop.
Save drphrozen/83610121ae8e90646219 to your computer and use it in GitHub Desktop.
Extract property names into DataMember attributes
\[DataMember\]([\s\r\n]+[^\s\r\n]+[\s\r\n]+[^\s\r\n]+[\s\r\n]+)([^\s\r\n]+)
[DataMember(Name ="$2")]$1$2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment