# Module: ucsentence

## Table of contents

### Text Functions

- [default](ucsentence.md#default)

## Text Functions

### default

▸ **default**(`input`): `string`

Uppercases the first letter of every sentence in the given string

#### Parameters

| Name | Type |
| :------ | :------ |
| `input` | `string` |

#### Returns

`string`

#### Defined in

[src/ucsentence.js:10](https://github.com/Twipped/js-utils/blob/9c196e3/src/ucsentence.js#L10)
