**Is your feature request related to a problem? Please describe.** https://github.com/paralleldrive/cuid2#validation ```javascript import { createId, isCuid } from '@paralleldrive/cuid2'; console.log( isCuid(createId()), // true isCuid('not a cuid'), // false ); ``` **Describe the solution you'd like** Java version of https://github.com/paralleldrive/cuid2/pull/38/files **Describe alternatives you've considered** N/A **Additional context** https://github.com/paralleldrive/cuid2/issues/37 https://github.com/paralleldrive/cuid2/pull/38 https://github.com/paralleldrive/cuid2/releases/tag/v2.2.0