JSFiddle - React, Tailwind, and code Playground

by dswitzer

JavaScript

console.clear();

console.log(
[
	(new RegExp("", "u")).toString()
	, (new RegExp("", "u")).unicode
]
);