Skip to content

Instantly share code, notes, and snippets.

@torleifhalseth
Last active March 24, 2017 09:48
Show Gist options
  • Save torleifhalseth/322e446dacd956bce981 to your computer and use it in GitHub Desktop.
Save torleifhalseth/322e446dacd956bce981 to your computer and use it in GitHub Desktop.
uHydrator to Ditto regex replacement thingy

Add the patterns to the find and replace dialog in Visual Studio for ultimate win. Replace in entire solution for more ultimate win.

#Matching pattern

_?ModelFactory\.Create<([a-z]+)>\((_?[a-z]+\.?[a-z]+?)\)

#Replacement pattern

$2.As<$1>()
@erlendr
Copy link

erlendr commented Nov 14, 2014

nice 😄

@disklosr
Copy link

I have no idea what this is but i'm so gonna try it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment