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.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
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.