Tag Archives: 正则表达式

Java正则表达式使用笔记

1. 编写并测试正则表达式.
使用工具:
Eclipse 正则表达式书写测试插件 – 基于java.util.regex
 
2.
//定义正则表达式

//定义正则表达式
private static final String REGEX_EMAIL = “([\\w

More…

Posted in Java | Tagged , , | Leave a comment

Eclipse 正则表达式书写测试插件 – 基于java.util.regex

Screenshot:
image
Download the plugin
Last version: Download
Update site: http://regex-util.sourceforge.net/update/
更多信息: http://myregexp.com/eclipsePlugin

More…

Posted in Java | Tagged , , | Leave a comment
  • Page 2 of 2
  • <
  • 1
  • 2