JSFiddle - React, Tailwind, and code Playground
by Nic Fontaine
JavaScript
const objectIdHexRegexp = /^[0-9A-Fa-f]{24}$/;
const isObjectId = objectIdHexRegexp.test('1');
alert(isObjectId)
by Nic Fontaine
const objectIdHexRegexp = /^[0-9A-Fa-f]{24}$/;
const isObjectId = objectIdHexRegexp.test('1');
alert(isObjectId)