utilitish - v0.0.10
    Preparing search index...

    Function assertCharClass

    • Sets the global slugify configuration that will be used by default. Replaces the current global config with the provided config.

      Parameters

      • regex: RegExp

      Returns void

      setSlugifyConfig(
      SlugifyConfig.builder()
      .withCustomReplacements({ "♀": "feminin", "♂": "masculin" })
      .withSeparator("_")
      .build()
      );