- 3
- 0
- 约1.07万字
- 约 15页
- 2017-07-20 发布于河南
- 举报
PHP正则快速入门(PHP regular quick start)
PHP正则快速入门(PHP regular quick start)
Some commonly used regular expressions
^\d+$ / / non negative integer (integer + 0)
^[0-9]*[1-9][0-9]*$ / / positive integer
^ ((-\d+) | (0+)) $/ / non positive integer (negative integer + 0)
^-[0-9]*[1-9][0-9]*$ / / negative integer
Well? \d+$ / / integer
^\d+ (\.\d+)? $/ / non negative floating-point numbers (positive floating-point number + 0)
^ (([0-9]+\.[0-9]*[1-9][0-9]*) | ([0-9]*[1-9][0-9]*\.[0-9]+) | ([0-9]*[1-9][0-9]*)) / / is $ float
^ ((-\d+ (\.\d+) | (?) 0+ (\.0+)?)) / $ positive floating-point (negative floating-point number + 0)
^ (- (([0-9]+\.[
您可能关注的文档
- vary中英对照(Vary chinese-english control).doc
- VB VPI全攻略(VB VPI complete strategy).doc
- vary测试参数与出图参数(仅供参考)(Vary test parameters and drawing parameters (for reference only)).doc
- VB6实现窗口图像缩放、滚动技巧(转)(VB6 implementation window image zooming, rolling technique (rotation)).doc
- VBA Excel 排序(VBA, Excel sorting).doc
- VBA for Excel Worksheet 对象(VBA for Excel Worksheet objects).doc
- VBA 单元格操作详解(个人总结,请勿转载)(VBA cell operation details (personal summary, do not reprint)).doc
- vba数据透视表(Vba PivotTable).doc
- VBScript.RegExp(VBScript.RegExp).doc
- Vbscript类型转换函数(Vbscript type conversion function).doc
最近下载
- 2019年GJB9001C-2017质量管理体系内部审核检查表(GJB9001C内审检查表).pdf VIP
- 2025年山东省高考化学真题卷(含答案与解析).pdf VIP
- 05SFJ10 人民防空地下室设计规范图示 建筑专业x conv.docx VIP
- 企业绩效评价标准值2024.pptx
- 标准图集-04S202 室内消火栓安装.pdf VIP
- (49格)舒尔特方格练习题 儿童专注力训练(每日一练, 共45份).docx VIP
- 贵州六枝特区石漠化分布特征及其成因分析.docx VIP
- 2025年广东省深圳市生地会考真题试卷及答案.docx VIP
- 电路分析基础(第4版)(附微课视频)全套PPT课件.pptx
- (49格)舒尔特方格练习题 儿童专注力训练(每日一练, 共33份).docx VIP
原创力文档

文档评论(0)