StringTokenFormatter
StringTokenFormatter copied to clipboard
Provides string extension methods for replacing tokens within strings (using the format '{name}') with their specified lookup value.
Hi @andywilsonuk - Here is the first release of RazorString: https://github.com/mediatedcommunications/RazorString (Currently Razor is parsed at compile time and not runtime). Thought you might find this handy!
Hi @TonyValenti, regarding `string.ToInterpolatedString()`, I'm removing this in v9 because 1) `string` it very overloaded already and 2) creating the `InterpolatedString` ahead of time is a pretty advanced feature which...
Hi @andywilsonuk / @andyrsc - I noticed that in the dev branch you have a lot of things you're working on with loops and such. One of the things I...