recase v0.2.0 Recase.PathCase View Source

Module to convert strings to path/case.

This module should not be used directly.

Path case preserves the original case, but inserts path separator to appropriate places.

By default uses / as a path separator.

Link to this section Summary

Link to this section Functions

Link to this function convert(value, separator \\ "/") View Source