Sets the global slugify configuration that will be used by default. Replaces the current global config with the provided config.
setSlugifyConfig( SlugifyConfig.builder() .withCustomReplacements({ "♀": "feminin", "♂": "masculin" }) .withSeparator("_") .build()); Copy
setSlugifyConfig( SlugifyConfig.builder() .withCustomReplacements({ "♀": "feminin", "♂": "masculin" }) .withSeparator("_") .build());
Sets the global slugify configuration that will be used by default. Replaces the current global config with the provided config.