| Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales | | --- | --- | --- | --- | --- | :---: | :---: | | `@univerjs/find-replace` | `UniverFindReplace` | [![][npm-version-shield]][npm-version-link] | ![][np
npm install @univerjs/find-replace| Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales |
| --- | --- | --- | --- | --- | :---: | :---: |
| @univerjs/find-replace | UniverFindReplace | [![][npm-version-shield]][npm-version-link] | ![][npm-license-shield] | ![][npm-downloads-shield] | ⭕️ | ⭕️ |
This package provides the basic ability to support find and replace. With other plugins, such as @univerjs/sheets-find-replace, you can find and replace text in different types of files at the same time.
``ts
import { UniverFindReplacePlugin } from '@univerjs/find-replace';
univer.registerPlugin(UniverFindReplacePlugin);
`
`shellUsing npm
npm install @univerjs/find-replace
[npm-version-shield]: https://img.shields.io/npm/v/@univerjs/find-replace?style=flat-square
[npm-version-link]: https://npmjs.com/package/@univerjs/find-replace
[npm-license-shield]: https://img.shields.io/npm/l/@univerjs/find-replace?style=flat-square
[npm-downloads-shield]: https://img.shields.io/npm/dm/@univerjs/find-replace?style=flat-square