Skip to content

Latest commit

 

History

History

README.md

TedToolkit.InterpolatedParser

Heavily Inspired by the repo InterpolatedParser by AntonBergaker.

I just make it can be used with Regex and more extensibility.

Usage

var a = "";
"I am sooooo cool!!".Parse($"I am so+ {a}!+");
Console.WriteLine(a);

And you'll get cool in the console.