# title-case **Repository Path**: mirrors_mapbox/title-case ## Basic Information - **Project Name**: title-case - **Description**: configuration for titlecase transformations in geocoding - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # title-case Contains multilingual configuration for adjusting capitalization on address data. ## Usage Pairs with [pt2itp](https://github.com/ingalls/pt2itp): ``` const titlecase = require('@mapbox/title-case')('en'); ``` Returns an object containing: *minors* - array of strings that should not be adjusted by titlecasing algorithm *pre* - array of functions to run against the string prior to titlecasing *post* - array of functions to run against the string after titlecasing