Notepad++ 大小写转换
code_field_text 普通文本
code_field_user_id 用户ID
code_field_customer_id 客户ID
code_field_dict 数据字典
code_field_datetime 日期
code_field_country_code 国家code
code_field_track_code 走向code
code_field_style_code 类型code
code_field_agency 代理机构
code_field_applicant 多个申请人
code_field_inventor 多个发明人
code_field_priority_info 多个优先权
code_field_country 多个国家
code_field_country_id 国家ID
code_field_stages_id 某个阶段ID
code_field_case_reality_worker 多个实际作业人
code_field_case_open_court_session_date 多个开庭日期
code_field_case_evidence_exchange_notice 多个证据交换通知书
code_field_applicant_id 申请人ID
code_field_tech_linkman 技术联系人
code_field_lawstate 多个法律状态
use notepad++
find:(.*)
replace: public static final String \U\1 = "\L\1";//
Comment:\U \L转义,U->Upper Case;L->Lower Case.
public static final String CODE_FIELD_TEXT = "code_field_text";//普通文本
public static final String CODE_FIELD_USER_ID = "code_field_user_id";//用户ID
public static final String CODE_FIELD_CUSTOMER_ID = "code_field_customer_id";//客户ID
public static final String CODE_FIELD_DICT = "code_field_dict";//数据字典
public static final String CODE_FIELD_DATETIME = "code_field_datetime";//日期
public static final String CODE_FIELD_COUNTRY_CODE = "code_field_country_code";//国家code
public static final String CODE_FIELD_TRACK_CODE = "code_field_track_code";//走向code
public static final String CODE_FIELD_STYLE_CODE = "code_field_style_code";//类型code
public static final String CODE_FIELD_AGENCY = "code_field_agency";//代理机构
public static final String CODE_FIELD_APPLICANT = "code_field_applicant";//多个申请人
public static final String CODE_FIELD_INVENTOR = "code_field_inventor";//多个发明人
public static final String CODE_FIELD_PRIORITY_INFO = "code_field_priority_info";//多个优先权
public static final String CODE_FIELD_COUNTRY = "code_field_country";//多个国家
public static final String CODE_FIELD_COUNTRY_ID = "code_field_country_id";//国家ID
public static final String CODE_FIELD_STAGES_ID = "code_field_stages_id";//某个阶段ID
public static final String CODE_FIELD_CASE_REALITY_WORKER = "code_field_case_reality_worker";//多个实际作业人
public static final String CODE_FIELD_CASE_OPEN_COURT_SESSION_DATE = "code_field_case_open_court_session_date";//多个开庭日期
public static final String CODE_FIELD_CASE_EVIDENCE_EXCHANGE_NOTICE = "code_field_case_evidence_exchange_notice";//多个证据交换通知书
public static final String CODE_FIELD_APPLICANT_ID = "code_field_applicant_id";//申请人ID
public static final String CODE_FIELD_TECH_LINKMAN = "code_field_tech_linkman";//技术联系人
public static final String CODE_FIELD_LAWSTATE = "code_field_lawstate";//多个法律状态
Thanks:http://www.cnblogs.com/sunjzz/p/5793856.html
Notepad++ 大小写转换的更多相关文章
- Python 字符串操作(string替换、删除、截取、复制、连接、比较、查找、包含、大小写转换、分割等)
去空格及特殊符号 s.strip().lstrip().rstrip(',') 复制字符串 #strcpy(sStr1,sStr2) sStr1 = 'strcpy' sStr2 = sStr1 sS ...
- js中实现字母大小写转换
js中实现字母大小写转换主要用到了四个js函数: 1.toLocaleUpperCase 2.toUpperCase3.toLocaleLowerCase4.toLowerCase 下面就这四个实现 ...
- IntelliJ IDEA大小写转换快捷键
IntelliJ IDEA大小写转换快捷键 Ctr + Shift + u
- 黄聪:PHP字符串操作(string替换、删除、截取、复制、连接、比较、查找、包含、大小写转换、切割成数组等)
一.字符串替换 str_replace("iwind", "kiki", "i love iwind, iwind said"); 将输出 ...
- 用vim处理字符的大小写转换
转载: http://blog.csdn.net/ruixj/article/details/3765385 http://www.linuxsong.org/2010/09/vim-convert- ...
- php 字母大小写转换的函数
分享下,在php编程中,将字母大小写进行转换的常用函数. 1.将字符串转换成小写strtolower(): 该函数将传入的字符串参数所有的字符都转换成小写,并以小定形式放回这个字符串 2.将字符转成大 ...
- 大小写转换,split分割
一.大小写转换 1.定义和用法 toUpperCase() 方法用于把字符串转换为大写. toLowerCase() 方法用于把字符串转换为小写. 用法: stringObject.toUppe ...
- input输入字母自动大小写转换
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content ...
- python开发_大小写转换,首字母大写,去除特殊字符
这篇blog主要是总结我们在平常开发过程中对字符串的一些操作: #字母大小写转换 #首字母转大写 #去除字符串中特殊字符(如:'_','.',',',';'),然后再把去除后的字符串连接起来 #去除' ...
随机推荐
- android 布局文件中xmlns:android="http://schemas.android.com/apk/res/android"
http://blog.163.com/benben_long/blog/static/199458243201411394624170/ xmlns:android="http://sch ...
- Spring AOP 和 AspectJ
现如今有许多个可用的 AOP 库,使用这些库需要能够回答以下问题: 是否与现有的或新的应用程序兼容? 在哪里可以使用 AOP ? 如何迅速与应用程序集成? 性能开销是多少? 在本文中,我们将回答这些问 ...
- ethereum/EIPs-191 Signed Data Standard
https://github.com/ethereum/EIPs/blob/master/EIPS/eip-191.md eip title author status type category c ...
- matlab fspecial
Matlab 的fspecial函数用法 fspecial函数用于建立预定义的滤波算子,其语法格式为:h = fspecial(type)h = fspecial(type,para)其中type指定 ...
- Centos6.8配置HTTPS
HTTPS服务http+openssl 环境要求:CA证书: 192.168.1.103网站服务器: 192.168.1.104客户端: 192.168.1.107 (linux图形化界面) 内核:( ...
- USB to UART
USB to UART: 芯片选用CH340: 电源部分连接两个电容分别是0.1微法和10微法: 晶振连接12MHz; D+ D- 连接单片机的D+ D-
- C语言学习快速笔记
想看java底层的代码,调用了native方法,所以简单的学习了下C,看的是C程序设计语言这本书,主要是在学习基本语法,关于操作系统指令这块都没看. #define关键字用来定义常量,(定义和声明不一 ...
- 网易云音乐 歌词制作软件 BesLyric (最新版本下载)
导读 BesLyric , 一款专门制作 网易云音乐 LRC 滚动歌词的软件! 搜索.下载.制作 歌词更方便! 哈哈,喜欢网易云音乐,又愁于制作歌词的童鞋有福啦!Beslyric 为你排忧解难! 本文 ...
- Python、Lua和Ruby三大语言脚本哪家强?
这三种语言中的哪一种更合适你的项目?很大程度取决于你想达到什么样的目标.作为一书的结尾,在这一节里,我会描述一下它们各自的优点和不足. Python的优点和不足 Python的优点如下: 1. P ...
- Redis详解(七)------ AOF 持久化
上一篇文章我们介绍了Redis的RDB持久化,RDB 持久化存在一个缺点是一定时间内做一次备份,如果redis意外down掉的话,就会丢失最后一次快照后的所有修改(数据有丢失).对于数据完整性要求很严 ...