var elements = query`.${className}`;
var message = l10n`Hello ${name}; you are visitor number ${visitor}:n!
You have ${money}:c in your account!`;
var match = input.match(re`\d+${separator}\d+`);
var parts = str.match(regex`
^ # match at start of string only
/ (?<year> [^/]+ ) # capture top dir name as year
/ (?<month> [^/]+ ) # capture subdir name as month
/ (?<title> [^/]+ ) # capture file name without ext as title
\.html? $ # .htm or .html file ext at end of path
`);
See also: https://gist.github.com/slevithan/4222600
html`<a href="${url}">${text}</a>`
var proc = sh`ps ax | grep ${pid}`;
var buffer = bytes`455336465457210a`;
Yes an explanation would be great.
I guess this would not work. ;)