Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 337 Bytes

mongo-id.md

File metadata and controls

17 lines (12 loc) · 337 Bytes

MongoId

Validates if the given input is mongo id.

Valid values:

validator.mongoId().validate('507f1f77bcf86cd799439011');
validator.mongoId().validate('857g1f77bdf86cd799439011');

Invalid values:

validator.mongoId().validate('507f1f77bcf86cd7994390');
validator.mongoId().validate('507f1f77bcf86cd79943901z');