I have a question, and it's something I've been trying to learn for a while (and if I can't find something like it, I guess I'll have to build it).
I'm looking for something where I can have a template with a standardized format that would look a little something like this:
let x = new Extracter("Account: {{accountNumber}}, Location: {{location}}, Date: {{date}}, Amount: {{amount}}");
... where we could pass in strings that would fit that format and we could extract the data out of the strings: