Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 393 Bytes

File metadata and controls

16 lines (11 loc) · 393 Bytes

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.