# 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
[](https://travis-ci.com/WebReflection/uhyphen) [](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
```