> ## Documentation Index
> Fetch the complete documentation index at: https://kk-83bff226.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# removeVowels

> Removes all vowels from a given string.

## Signature

```typescript path=null start=null theme={null}
removeVowels(str: string): string
```

## Parameters

* **str**: `string` - The input string from which vowels are to be removed.

## Returns

`string` - A new string with all vowels (both lower-case and upper-case) removed.

## Source

Defined in [string.ts:171](https://github.com/koji/ichigyou/blob/main/src/string.ts#L171)
