CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes45downloads
index.js7 linesDownload Raw Back to astral-regex
1'use strict';2const regex = '[\uD800-\uDBFF][\uDC00-\uDFFF]';3 4const astralRegex = options => options && options.exact ? new RegExp(`^${regex}$`) : new RegExp(regex, 'g');5 6module.exports = astralRegex;7 
basant307/AI_Governance_Project · CoolFace