Heavily Inspired by the repo InterpolatedParser by AntonBergaker.
I just make it can be used with Regex and more extensibility.
var a = "";
"I am sooooo cool!!".Parse($"I am so+ {a}!+");
Console.WriteLine(a);And you'll get cool in the console.
Heavily Inspired by the repo InterpolatedParser by AntonBergaker.
I just make it can be used with Regex and more extensibility.
var a = "";
"I am sooooo cool!!".Parse($"I am so+ {a}!+");
Console.WriteLine(a);And you'll get cool in the console.