# uhyphen **Repository Path**: mirrors_WebReflection/uhyphen ## Basic Information - **Project Name**: uhyphen - **Description**: A micro utility to hyphenize strings. - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ยตhyphen [![Build Status](https://travis-ci.com/WebReflection/uhyphen.svg?branch=master)](https://travis-ci.com/WebReflection/uhyphen) [![Coverage Status](https://coveralls.io/repos/github/WebReflection/uhyphen/badge.svg?branch=master)](https://coveralls.io/github/WebReflection/uhyphen?branch=master) A micro utility to hyphenize strings. ```js import uhyphen from 'uhyphen'; // const uhyphen = require('uhyphen'); uhyphen('XMLHttpRequest'); // xml-http-request ```