---
category: api-reference
---

# CKEditor 5 find and replace feature

[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-find-and-replace.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-find-and-replace)

This package implements the find and replace feature for CKEditor 5.

## Demo

Check out the {@link features/find-and-replace#demo showcase demo} in the Find and replace feature guide.

## Documentation

See the {@link features/find-and-replace find and replace feature guide} and the {@link module:find-and-replace/findandreplace~FindAndReplace} plugin documentation.

## Installation

```
npm install --save @ckeditor/ckeditor5-find-and-replace
```

## Contribute

The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-find-and-replace.

## External links

* [`@ckeditor/ckeditor5-find-and-replace` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-find-and-replace)
* [`ckeditor/ckeditor5-find-and-replace` on GitHub](https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-find-and-replace)
* [Issue tracker](https://github.com/ckeditor/ckeditor5/issues)
* [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
