package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val module_name : Base.String.t
val include_default_validation : Base.Bool.t

By default, String_id performs some validation of its own in addition to calling validate, namely:

  • The string cannot be empty;
  • The string may not have whitespace at the beginning or the end.

You can turn this validation off using this flag.