Skip to content

Latest commit

 

History

History

find-replace

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@univerjs/find-replace

npm version license CSS Included i18n

Introduction

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.

Usage

import { UniverFindReplacePlugin } from '@univerjs/find-replace';

univer.registerPlugin(UniverFindReplacePlugin);

Installation

# Using npm
npm install @univerjs/find-replace

# Using pnpm
pnpm add @univerjs/find-replace