当前位置:网站首页>How can word delete English only and keep Chinese or delete Chinese and keep English
How can word delete English only and keep Chinese or delete Chinese and keep English
2022-07-06 07:17:00 【Yang Yi】
1. Delete English only and keep Chinese
- Click on word Of “ edit ” in “ Replace ” function
- stay “ Find content ” Type in ^$, “ Replace with ” leave a blank
- Click Replace All
2. Only delete Chinese and keep English
- Click on word Of “ edit ” in “ Replace ” function
- stay “ Find content ” Type in [!^1-^127], “ Replace with ” leave a blank
- Check “ Use wildcards ”
- Click Replace All
边栏推荐
- Simple use of JWT
- Bloom taxonomy
- leetcode6109. 知道秘密的人数(中等,周赛)
- The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
- navicat如何导入MySQL脚本
- Upgraded wechat tool applet source code for mobile phone detection - supports a variety of main traffic modes
- How Navicat imports MySQL scripts
- 杰理之需要修改 gatt 的 profile 定义【篇】
- LeetCode Algorithm 2181. Merge nodes between zero
- 【JDBC】快速入门教程
猜你喜欢

WPF之MVVM

Cif10 actual combat (resnet18)

微信公众号无限回调授权系统源码 全网首发

升级版手机检测微信工具小程序源码-支持多种流量主模式

Oracle数据库11gr2使用tde透明数据加密报错ora28353,如果运行关闭wallet会报错ora28365,运行打开wallet就报错ora28353无法打开wallet

Crawling exercise: Notice of crawling Henan Agricultural University

The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower

JDBC learning notes

Establishment and operation of cloud platform open source project environment

CDN acceleration and cracking anti-theft chain function
随机推荐
【JDBC】快速入门教程
Raspberry pie 3B update VIM
win10 64位装三菱PLC软件出现oleaut32.dll拒绝访问
Oracle数据库11gr2使用tde透明数据加密报错ora28353,如果运行关闭wallet会报错ora28365,运行打开wallet就报错ora28353无法打开wallet
Memory error during variable parameter overload
Cif10 actual combat (resnet18)
软件测试外包到底要不要去?三年真实外包感受告诉你
Multi attribute object detection on rare aircraft data sets: experimental process using yolov5
Oracle database 11gr2 uses TDE transparent data encryption to report an error ora28353. If you run to close the wallet, you will report an error ora28365. If you run to open the wallet, you will repor
TS基础篇
微信脑力比拼答题小程序_支持流量主带最新题库文件
NFT on fingertips | evaluate ambire on G2, and have the opportunity to obtain limited edition collections
Project GFS data download
How MySQL merges data
Jerry needs to modify the profile definition of GATT [chapter]
Internal and external troubles of "boring ape" bayc
杰理之BLE【篇】
LeetCode Algorithm 2181. 合并零之间的节点
SSM学习
leetcode59. 螺旋矩阵 II(中等)