just want to say this is probably my favorite javascript library when im forced to deal with a lot of regular expressions and yall might appreciate it too
https://github.com/iarna/node-perlisms/tree/latest/qr
@bossposs i was... not aware [Identifier][InterpolatedString] was a valid syntax??
@shaderphantom (and stringParts always has exactly n+1 items where interpolatedParts has n items)
@shaderphantom the semantics are a bit different from lua! a templating function's arguments look like (stringParts, ...interpolatedParts) where stringParts is an array of the bits that aren't in ${}s and interpolatedParts is the bits that are