当前位置:网站首页>word怎么只删除英语保留汉语或删除汉语保留英文
word怎么只删除英语保留汉语或删除汉语保留英文
2022-07-06 07:16:00 【阳懿】
1.只删除英语保留汉语
- 点击word的“编辑”中“替换”功能
- 在 “查找内容” 后面输入^$, “替换为” 留空
- 点击全部替换
2.只删除汉语保留英文
- 点击word的“编辑”中“替换”功能
- 在 “查找内容” 后面输入[!^1-^127], “替换为” 留空
- 勾选“使用通配符”
- 点击全部替换
边栏推荐
- Jerry needs to modify the profile definition of GATT [chapter]
- Leetcode35. search the insertion position (simple, find the insertion position, different writing methods)
- TypeScript void 基础类型
- Go learning --- use reflection to judge whether the value is valid
- Raspberry pie serial port login and SSH login methods
- 可变参数重载时的内存错误
- Is software testing outsourcing going or not? Three years' real outsourcing experience tells you
- #systemverilog# 可综合模型的结构总结
- Supporting title of the book from 0 to 1: ctfer's growth road (Zhou Geng)
- 变量的命名规则十二条
猜你喜欢

win10 64位装三菱PLC软件出现oleaut32.dll拒绝访问

Raspberry pie serial port login and SSH login methods

CDN acceleration and cracking anti-theft chain function

OpenGL ES 学习初识(1)

Leetcode 78: subset

leetcode704. 二分查找(查找某个元素,简单,不同写法)

Establishment and operation of cloud platform open source project environment

How Navicat imports MySQL scripts

3. Business and load balancing of high architecture

Short video, more and more boring?
随机推荐
首发织梦百度推送插件全自动收录优化seo收录模块
How are the open source Netease cloud music API projects implemented?
Memory error during variable parameter overload
Oracle数据库11gr2使用tde透明数据加密报错ora28353,如果运行关闭wallet会报错ora28365,运行打开wallet就报错ora28353无法打开wallet
软件测试外包到底要不要去?三年真实外包感受告诉你
GET/POST/PUT/PATCH/DELETE含义
Go learning -- implementing generics based on reflection and empty interfaces
The first Baidu push plug-in of dream weaving fully automatic collection Optimization SEO collection module
“无聊猿” BAYC 的内忧与外患
Crawling exercise: Notice of crawling Henan Agricultural University
Hydra common commands
WPF之MVVM
Three methods of adding color to latex text
The psychological process from autojs to ice fox intelligent assistance
Establishment and operation of cloud platform open source project environment
LeetCode Algorithm 2181. 合并零之间的节点
杰理之BLE【篇】
Wechat brain competition answer applet_ Support the flow main belt with the latest question bank file
leetcode704. Binary search (find an element, simple, different writing)
leetcode59. 螺旋矩阵 II(中等)