Match values in-between braces
I have a string like this: "hello %{name} good %{middle} bye"
.
Regex works in regex101, but not when I use it in js match
So, I’m trying to break a bunch of finnish names in to syllables to be used as data to make a name generator of sorts that makes, you guessed it, finnish inspired names out of syllables. However, for some reason, while trying to get my list of syllables, Javascript match aint working with me.