一个java正则表达式工具类(A Java regular expression tool class).doc

一个java正则表达式工具类(A Java regular expression tool class).doc

  1. 1、本文档共24页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
一个java正则表达式工具类(A Java regular expression tool class)

一个java正则表达式工具类(A Java regular expression tool class) A Java regular expression tool class Keyword: a Java regular expression tool class Working overtime today, one of my colleagues asked me to explain to him the use of regular expressions. Suddenly remembered two years to write a formal expression of Java Java tool class, share it, useful to welcome to download. If you have used the definition of a good test, and regular expression, by the welcome to keep abreast, let me enjoy it. Class uses the jakarta-oro-2.0.jar package, please download your own under the Apache site Here is the JUnit test cell class. I wont submit it. There are a few small tests in the main () method, and Im interested in playing it myself This tool class currently has 25 kinds of formal expressions (some are not commonly used, but at that time only a thorough study of the formal, written addiction, then can think of all written): 1. matching images; 2 matching email addresses; 3 matching matches and extracting URL; 4 matching and extracting http; 5. match date 6 match phone; 7 match ID card 8 match zip code 9., does not include special characters (symbolic square No. ^ double quotes comma, semicolon; hat: Mathematics minus right bracket left brackets backslash \ is not included in the string spaces, tabs, carriage returns, etc. 10 matches a nonnegative integer (positive integer + 0) 11 to match a nonnegative integer that does not include zero (positive integer 0) 12 matches the positive integer 13 and matches the non positive integer (negative integer + 0) 14 matches a negative integer; 15. matches an integer; 16 matches non negative floating point numbers (positive floating point + 0) 17. to match the positive floating point number 18 matches non positive floating point numbers (negative floating point + 0) 19 to match negative floating point numbers; 20. matches floating point numbers; 21. matches a string consisting of 26 English letters; 22. string matching 26 uppercase letters consistin

文档评论(0)

jgx3536 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:6111134150000003

1亿VIP精品文档

相关文档