This internal tool I created for myself is an unopinionated text parser that allows me to quickly insert templates, and output versions with all fields filled out
The madLibs parser will want to take in the input string, and then return the phrase (with border). All the phrases should be bundled in an array. this is so React can render a list of the phrases and when users input next to the phrases, it will replace it in the submitted text.
The madLibs parser will want to take in the input string, and then return the phrase (with border). All the phrases should be bundled in an array. this is so React can render a list of the phrases and when users input next to the phrases, it will replace it in the submitted text.