Skip to content

Instantly share code, notes, and snippets.

@Crisfole
Created November 9, 2012 20:00
Show Gist options
  • Save Crisfole/4047866 to your computer and use it in GitHub Desktop.
Save Crisfole/4047866 to your computer and use it in GitHub Desktop.
How to ask this question...
/*
* Input: `20 340400 1 - 20-34-04-00-00001.0-0000.00`
* Desired Output: `20 340400 1 - 2something-04different-00001.0-than-what you had`
* Repeate the above once or twice more. Preferably generalize it and only give two small examples
*/
public static string TransformData(string data) {
// ?? This is where I'm having trouble
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment