Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created February 5, 2022 20:50
Show Gist options
  • Save Klerith/838bfaeeb3db6483eb75281f5eedbc74 to your computer and use it in GitHub Desktop.
Save Klerith/838bfaeeb3db6483eb75281f5eedbc74 to your computer and use it in GitHub Desktop.
MongoID - RegExp
const checkMongoIDRegExp = new RegExp("^[0-9a-fA-F]{24}$");
@QhorinElManco
Copy link

Gracias profe

@frandepe
Copy link

frandepe commented Nov 7, 2022

Gracias Fer

@mateoortiz54
Copy link

Gracias Fernando

@joelcamus
Copy link

Gracias Fer

@enzo-giacoia-gonzalez
Copy link

Gracias fernando

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment