当前位置:
首页 资源下载
搜索资源 - regular expression php
搜索资源列表
-
0下载:
htmlSQL是一个是你可以方便的对HTML和XML内容方便的使用类似SQL语句进行检索的PHP类.也就是说有了它,你不必再去写复杂的函数(正则表达式那类的)来获取特殊的值了. 用htmlSQL查询的方法的例子:
SELECT href,title FROM a WHERE $class == \"list\"
^ ^ ^ 搜索查询 (可以为空)
待返回的属性 ^
^ 需要搜索的HTML标签
允许使用\"*\"(= 所有标签)
这个查询返回一个包括
-
-
0下载:
a php program written to practice the regular expression. the server has been down but the scr ipt can help some others.
-
-
0下载:
This file contains webpages to test Regular Expression in PHP and Javascr ipt. It contains common link bar, so you can switch between PHP and Javascr ipt any time.
-
-
0下载:
PHP经典编程资料正则表达式PHP regular expressions classical programming information-Information on PHP programming regular expression Classic PHP regular expressions classical programming information
-
-
0下载:
PHP中正则表达式学习及应用PHP learning and application of regular expression-PHP regular expression study and application of PHP learning and application of regular expression
-
-
0下载:
Part I: PL/SQL Fundamentals
Chapter 1. Oracle PL/SQL Overview
Chapter 2. PL/SQL Basics
Chapter 3. Language Fundamentals
Chapter 4. Control Structures
Chapter 5. Error Management
Part II: PL/SQL Programming
Chapter 6. Functions an
-
-
0下载:
PHP正则表达式手册.CHM,很不错的一个工具,最新的更新~-PHP regular expression manual. CHM
-
-
0下载:
用python将php数组通过正则表达式转换成javascr ipt的字典,然后打印出来-Php array by regular expression in python to convert javascr ipt dictionary, and then print out
-
-
0下载:
该版本目前支持单个关键字扫描、批量函数扫描、批量正则匹配,其中正则表达式扫描精确度最高,效率最高。
其他功能:
源码浏览:载入程序源码后,可以在最左边的程序文件列表里面点击浏览源码,扫描出包含关键字的源码,也可以在下边的列表点击直接浏览。代码可以直接复制,或者选择用记事本打开。
漏洞库:每次做代码审计可以在漏洞库建立一个审计文档,方便以后查阅、管理。
扫描配置:自定义扫描函数和正则表达式规则,针对要扫描的程序可以建立不同的规
-
-
0下载:
PHP正则匹配、查找、修改、删除实例 -PHP regular expression matching, search, modify, delete instances
PHP regular expression matching, search, modify, delete instances
-
-
0下载:
正则表达式在php中的相关函数及其应用,代码实现-Regular expression correlation function and its application in php, the code
-
-
0下载:
正则表达式中preg_match在php中的具体函数使用方法展示-Preg_match regular expression in php use the specific function display
-
-
0下载:
PHP Server Monitor是一个用来监控服务器和网站是否正常运行的脚本,每个服务器都可以设定独立的提醒参数,可通过email和文本消息提醒,基于Web接口进行管理。
PHP Server Monitor 2.1.0 更新内容:
1.合并了PHP Server Monitor Plus项目(Twitter Bootstrap布局)
2.除了HTTP状态代码检查,正则表达式搜索已经被添加到检查某些网站页面内容上了
-PHP Server Monitor is a sc
-
-
0下载:
PHP Form Validation
To create a form validation you have to validate each input for this form. We have to use a regular expression for validation.
-