<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>正则表达式</title>
<link>http://www.itxuexi.com/tech/list_79_1.html</link>
<description>技术应用 / 网络编程 / 正则表达式</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2009-2011 IT学习网 版权所有]]></generator>
<webmaster>no-reply@itxuexi.com</webmaster>
<item>
    <title><![CDATA[javascipt 正则表达式英文版]]></title>
    <link>http://www.itxuexi.com/tech/89156.html</link>
    <description><![CDATA[javascript正则原语1.Regular-expressionliteralcharactersCharacterMatchesAlphanumericcharacterItself\0TheNULcharacter(\u0000)\tTab(\u0009)\nNewline(\u000A)\vVerticaltab(\u000B)\fFormfeed(\u000C)\rCarriagereturn(\u000D)\xnnTheLatincharacterspecifiedb]]></description>
    <pubDate>2010-02-27</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[PHP 正则表达式后面接的/isU, /is, /s含义]]></title>
    <link>http://www.itxuexi.com/tech/89155.html</link>
    <description><![CDATA[PHP正则表达式后面接的/isU,/is,/s含义说明，学习正则表达式的朋友需要了解下。i匹配大小写s模式中的圆点元字符（.）匹配所有的字符，包括换行符x模式中的空白字符除了被转义的或在字符类中]]></description>
    <pubDate>2010-02-27</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[javascript 获取url参数的正则表达式(用来获取某个参数值)]]></title>
    <link>http://www.itxuexi.com/tech/87674.html</link>
    <description><![CDATA[javascript传多个参数的正则表达式(用来获取某个参数值),IT学习网之前发布通过函数获取url参数的代码不是正则表达式。例子://javascript传参数(多个)varurl=amp;quot;B.aspx?txtA=amp;quot;+document.getElement]]></description>
    <pubDate>2010-01-20</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[ASP超级链接和HTML函数正则表达式 修正版]]></title>
    <link>http://www.itxuexi.com/tech/84065.html</link>
    <description><![CDATA[ASP超级链接和HTML函数正则表达式的使用，最后一个实例经过测试。过滤超级链接复制代码代码如下:FunctionRegRemoveHref(HTMLstr)Setra=NewRegExpra.IgnoreCase=Truera.Global=Truera.Pattern=amp;quot;amp;lt;A[^amp;gt;]+]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[php 正则表达式提取网页超级链接url的函数]]></title>
    <link>http://www.itxuexi.com/tech/84064.html</link>
    <description><![CDATA[php正则表达式提取网页超级链接url的函数复制代码代码如下:functionmatch_links($document){preg_match_all(amp;quot;'amp;lt;\s*a\s.*?href\s*=\s*([\amp;quot;\'])?(?(1)(.*?)\\1|([^\s\amp;gt;]+))[^amp;gt;]*amp;gt;?(.*?)amp;lt;/a]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[javascript 基于正则表达式的文本框验证代码]]></title>
    <link>http://www.itxuexi.com/tech/84063.html</link>
    <description><![CDATA[js验证文本框内容，以前提供过不少是基于js函数版本的，这里提供一些正则表达式版本，大家学习归学习，最好是基于函数的绑定操作。代码分离技术。1，不能为空amp;lt;inputtype=amp;quot;text]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[一个替换目录结构的正则表达式 实现目录的增加]]></title>
    <link>http://www.itxuexi.com/tech/84062.html</link>
    <description><![CDATA[这个功能挺重要大家习惯了用asp,php等在线的，用一些支持正则表达式的软件实现替换是更有效率的，容易测试等，读懂了这个就可以更方便的利用正则表达式为我们服务了。需要解决如下操作]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[js 常用正则表达式表单验证代码]]></title>
    <link>http://www.itxuexi.com/tech/84061.html</link>
    <description><![CDATA[js常用正则表达式表单验证代码，以后大家就可以直接使用了。方法一：varre=/正则表达式/;re.test($(amp;quot;txtidamp;quot;).val())方法二：$(amp;quot;txtidamp;quot;).val.match(/正则表达式/)；附：验证数字的]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[正则表达式中的反向预搜索(下)]]></title>
    <link>http://www.itxuexi.com/tech/84060.html</link>
    <description><![CDATA[在前面正则表达式中的反向预搜索中，在JavaScript中利用RegExp对象实现了正则表达式反向预搜索的字符串替换功能。代码为：复制代码代码如下://程序目的，去掉图片路径中的域名varstr='amp;lt;]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[正则表达式中的反向预搜索(上)]]></title>
    <link>http://www.itxuexi.com/tech/84059.html</link>
    <description><![CDATA[这几天在用正则表达式做一个小程序，需要替换内容中的某些特殊字符串。这些字符串的出现是有规律的，那就是在它左面总会特定的内容出现，右面却没有。于是自然就想到了反向预搜索。在]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[ASP 正则表达式常用的几种方法(execute、test、replace)]]></title>
    <link>http://www.itxuexi.com/tech/84058.html</link>
    <description><![CDATA[asp下正则表达式常用的几种方法，需要的朋友可以参考下。RegExp就是建立正则的对像。如:SetregEx=NewRegExpregEx.Pattern就是来设置正则的模式的，如:regEx.Pattern＝amp;quot;/d+amp;quot;regEx.IgnoreCase=True'设]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[php中常用的正则表达式的介绍及应用实例代码]]></title>
    <link>http://www.itxuexi.com/tech/84057.html</link>
    <description><![CDATA[在编写处理字符串的程序或网页时，经常会有查找符合某些复杂规则的字符串的需要。正则表达式就是用于描述这些规则的语法。更全面的实例，可以参考最常用的PHP正则表达式收集整理http:]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[Javascript 字符串字节长度计算函数代码与效率分析（for VS 正则）]]></title>
    <link>http://www.itxuexi.com/tech/84056.html</link>
    <description><![CDATA[下面的函数都是用于计算字符串长度，英文算一个，中文算两个。效果一样，效率却未必一样，大家可以自行选择下。先看看一下两段代码吧，它们分别用for循环和正则表达式来检测字符串的字]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[ip138中各种客户端验证js代码]]></title>
    <link>http://www.itxuexi.com/tech/84055.html</link>
    <description><![CDATA[包括ip验证，身份证验证，手机号码验证，电话号码，邮政编码验证，域名验证等，其实好的代码，都在应用中，大家多去扒代码吧。复制代码代码如下:functioncheckIP(){varipArray,ip,j;ip=document.ipfo]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[[原创]javascript 手机号码正则表达式验证函数]]></title>
    <link>http://www.itxuexi.com/tech/84054.html</link>
    <description><![CDATA[随着手机号码段的不断增加,以前网上的手机号码验证函数都不能那么完美的支持了，这里IT学习网编辑特为大家准备的一个简单的正则与手机验证的函数分析。复制代码代码如下:functioncheckMob]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[JavaScript 正则表达式之RegExp属性、方法及应用分析]]></title>
    <link>http://www.itxuexi.com/tech/84053.html</link>
    <description><![CDATA[RegExp对象（至今为止我看到过的最通俗易懂和深入的正则表达式教程）JavaScript提供了一个RegExp对象来完成有关正则表达式的操作和功能，每一条正则表达式模式对应一个RegExp实例。有两种方式]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[JS 正则表达式的位置匹配]]></title>
    <link>http://www.itxuexi.com/tech/84052.html</link>
    <description><![CDATA[JS中正则表达式的位置匹配代码，国外翻译的文章。http://regexpal.com/上面这个网站可以用于在线检测JS的正则表达式语法除了熟知的几个固定字符表示位置：^:Matchthebeginningofthestringand,inmultilinese]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[JS 正则表达式中小括号的应用]]></title>
    <link>http://www.itxuexi.com/tech/84051.html</link>
    <description><![CDATA[在正则表达式中小括号的应用种类比较多，差别也很大主要使用的有下面三种：1.(...)Grouping.Groupitemsintoasingleunitthatcanbeusedwith*,+,?,|,andsoon.Alsorememberthecharactersthatmatchthisgroupforusewithlaterreferences.2.(]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[正则表达式 传智播客学习]]></title>
    <link>http://www.itxuexi.com/tech/84050.html</link>
    <description><![CDATA[今天是预热班结束后的第二天，按照原定计划，今天复习了正则表达式以及GUI方面的内容有了一点点小小成就，五子棋游戏的基本功能已经实现的差不多了，还需要进行部分代码优化，期待明天]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[windows与linux 路径正则写法]]></title>
    <link>http://www.itxuexi.com/tech/84049.html</link>
    <description><![CDATA[windows与linux路径正则写法，一般可以用来区分路径。复制代码代码如下:varwinpath=/^[a-zA-Z];[\\/]((?!)(?![^\\/]*\s+[\\/])[\w-]+[\\/])*(?!)(?![^.]+\s+\.)[\w-]+$/;varlnxPath=/^([\/][\w-]+)*$/;]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[js 验证 常用正则表达式集锦]]></title>
    <link>http://www.itxuexi.com/tech/84048.html</link>
    <description><![CDATA[js验证常用正则表达式集锦，整理的比较全了，大家根据需要选择使用。复制代码代码如下:amp;lt;scriptamp;gt;/**************************************************************************************************/Validator]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[匹配价格的正则表达式]]></title>
    <link>http://www.itxuexi.com/tech/84047.html</link>
    <description><![CDATA[网上找了一些关于价格的正则表达式，但是限定整数范围的貌似都没什么效果，今天把两个表达式拼了一下，拼成一个复制代码代码如下:\d{1,10}(\.\d{1,2})?$这样子就能限定整数为10位数字，小数为]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[移除HTML标签的正则表达式]]></title>
    <link>http://www.itxuexi.com/tech/84046.html</link>
    <description><![CDATA[移除HTML标签的正则表达式，这里是asp版本，注意是看正则的写法，IT学习网以前也发布过类似的代码。复制代码代码如下:'模块名:RemoveHTML'功能:移除HTML标签'输入值:HTML代码'返回值:字符串Funct]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[表单 数字字符验证正则]]></title>
    <link>http://www.itxuexi.com/tech/84045.html</link>
    <description><![CDATA[amp;lt;inputtype=amp;quot;textamp;quot;name=amp;quot;textfieldamp;quot;onKeyPress=amp;quot;javascript:alert(event.keyCode);returnflaseamp;quot;amp;gt;1.文本框只能输入数字代码(小数点也不能输入)amp;lt;inputonkeyup=amp;quot;t]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[常见的数字验证正则表达式整理]]></title>
    <link>http://www.itxuexi.com/tech/84044.html</link>
    <description><![CDATA[常见的数字验证正则表达式整理，开发的朋友经常用的到。推荐大家收藏下。验证数字的正则表达式集验证数字：^[0-9]*$验证n位的数字：^\d{n}$验证至少n位数字：^\d{n,}$验证m-n位的数字：^\d{m,n]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[ASP 正则表达式的应用使用说明]]></title>
    <link>http://www.itxuexi.com/tech/84043.html</link>
    <description><![CDATA[如果原来没有使用过正则表达式，那么可能对这个术语和概念会不太熟悉。不过，它们并不是您想象的那么新奇。一、正则表达式概述如果原来没有使用过正则表达式，那么可能对这个术语和概]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[表单验证常用正则(强烈推荐大家收藏下)]]></title>
    <link>http://www.itxuexi.com/tech/84042.html</link>
    <description><![CDATA[表单验证常用正则，非常不错，收集的相对比较完整，大家可以看看。1。^\d+$//匹配非负整数（正整数+0）2。^[0-9]*[1-9][0-9]*$//匹配正整数3。^((-\d+)|(0+))$//匹配非正整数（负整数+0）4。^-[0-9]*[1-9]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[左右若干数字验证的正则表达式]]></title>
    <link>http://www.itxuexi.com/tech/84041.html</link>
    <description><![CDATA[求一个正则表达式，要求左边若干数字，中间间隔号-，右边若干数字，左右数字总个数不超过20。希望能直接用，不用其它函数进行计算。?amp;lt;=和?=和?:这三种各是什么意思，请讲解一下。你]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[判断时间的正则表达式]]></title>
    <link>http://www.itxuexi.com/tech/84040.html</link>
    <description><![CDATA[刚刚学习正则，正则正是很好很强大的东西。练习下，时间格式为“HH:mm:ss”或“HH:mm”，采用24小时制。普通方法为，分离出小时、分钟、秒分别进行判断：publicstaticbooleantimeCheck(Stringtime,Stri]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[JS 正则 时间验证]]></title>
    <link>http://www.itxuexi.com/tech/84039.html</link>
    <description><![CDATA[JS正则时间验证代码，需要的朋友可以参考下。复制代码代码如下:functionCheckTime(){varcheckValue=newRegExp(amp;quot;^\[0-2]{1}\[0-6]{1}:\[0-5]{1}\[0-9]{1}:\[0-5]{1}\[0-9]{1}amp;quot;);varstControl=document.getElementById(amp]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[中文用户名的js检验正则]]></title>
    <link>http://www.itxuexi.com/tech/84038.html</link>
    <description><![CDATA[好多网站需要用中文用户名注册，下面的代码就是客户端检测。强烈建议后台也要控制一下。username1:amp;quot;(^[a-zA-Z]{1}([a-zA-Z0-9_]){4,14}|(^[\u4E00-\uFA29]{1}+[a-zA-Z0-9\u4E00-\uFA29]{2,7}))$amp;quot;,复制代码]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[正则表达式高级技巧及实例详解 笨活儿]]></title>
    <link>http://www.itxuexi.com/tech/84037.html</link>
    <description><![CDATA[正则表达式(RegularExpression,abbr.regex)功能强大，能够用于在一大串字符里找到所需信息。英文原文来自SmashingMagazine。由笨活儿翻译。转载请注明出处。正则表达式(RegularExpression,abbr.regex)功能强大]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[PHP 正则表达式函数库(两套)]]></title>
    <link>http://www.itxuexi.com/tech/84036.html</link>
    <description><![CDATA[正则表达式：用于描述字符排列和匹配模式的一种语法规则。它主要用于字符串的模式分割、匹配、查找及替换操作。在PHP中有两套正则表达式函数库，两者功能相似，只是执行效率略有差异：]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[PHP 正则的使用基础入门]]></title>
    <link>http://www.itxuexi.com/tech/84035.html</link>
    <description><![CDATA[正则表达式，作为一种快速、便捷的处理字符串的工具，在各种编程语言中都有着广泛的用途，通过在PHP中的一些使用，下面记录一下关于PHP中正则使用的一些技巧。我的正则入门，是起源于网]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[javascript RegExp 对象属性与方法和应用]]></title>
    <link>http://www.itxuexi.com/tech/84034.html</link>
    <description><![CDATA[RegExp对象（至今为止我看到过的最通俗易懂和深入的正则表达式教程）。JavaScript提供了一个RegExp对象来完成有关正则表达式的操作和功能，每一条正则表达式模式对应一个RegExp实例。有两种方]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[ASP 正则函数替换分页后的参数]]></title>
    <link>http://www.itxuexi.com/tech/84033.html</link>
    <description><![CDATA[在分页系统里面用到的把page后面得东西都给丢掉的正则代码。需要的朋友可以参考下。复制代码代码如下:FunctionDRexPage(Str)DimRegExIfIsNull(Str)OrStr=amp;quot;amp;quot;ThenExitFunctionSetRegEx=NewRegExpRegEx.Ign]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[asp 正则 过滤重复字符串的代码]]></title>
    <link>http://www.itxuexi.com/tech/84032.html</link>
    <description><![CDATA[asp下过滤重复字符串的代码，有时候我们需要过滤一些重复的字符串，下面的代码即可解决这个问题。比如1223445677777778aabbcccccccccc经过过滤之后就是12345678abc复制代码代码如下:amp;lt;%'过滤重复]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[dw(dreamweaver)正则表达式函数列表]]></title>
    <link>http://www.itxuexi.com/tech/84031.html</link>
    <description><![CDATA[dw（dreamweaver）正则表达式函数列表,需要的朋友可以参考下。刚用teleportpro拉了一个整站到本地所有的超链都被强行加了一句tppabs=amp;quot;...amp;quot;新装的系统和dreamweaver8就玩了一把dw的替换功能]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[[原创]jb51用的ubb转换]]></title>
    <link>http://www.itxuexi.com/tech/84030.html</link>
    <description><![CDATA[ubbcode.asp复制代码代码如下:amp;lt;%FunctionUBBCode(strContent)IfisEmpty(strContent)OrisNull(strContent)ThenExitFunctionElsedimregex,strMatchsetregex=newRegExpregex.IgnoreCase=Trueregex.Global=Trueregex.Pattern=amp;quot;\[html\]((\r\n)?([\s\]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[mysql正则表达式 LIKE 通配符]]></title>
    <link>http://www.itxuexi.com/tech/40469.html</link>
    <description><![CDATA[由MySQL提供的模式匹配的其他类型是使用扩展正则表达式。当你对这类模式进行匹配测试时，使用REGEXP和NOTREGEXP操作符(或RLIKE和NOTRLIKE，它们是同义词)。扩展正则表达式的一些字符是：“.”匹配]]></description>
    <pubDate>2009-10-12</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[js replace正则相关的诡异问题]]></title>
    <link>http://www.itxuexi.com/tech/40468.html</link>
    <description><![CDATA[最近做会员个人身份页的时候遇上如下问题测试的昵称：jesse$amp;lt;查看代码：Javascript代码复制代码代码如下:$id(amp;quot;f_msg_grow_1amp;quot;).innerHTML=msg[amp;quot;not_clubamp;quot;][amp;quot;grow_valueamp]]></description>
    <pubDate>2009-10-12</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[使用正则表达式替换表情符号核心代码]]></title>
    <link>http://www.itxuexi.com/tech/40467.html</link>
    <description><![CDATA[正则表达式替换表情符号核心代码，大家可以参考下。复制代码代码如下:Stringa=amp;quot;哇哈哈哈[em:5]aa8888[em:7]amp;quot;;Stringr=amp;quot;\\[em:(\\d+)\\]amp;quot;;a=a.replaceAll(r,amp;quot;$1.gifamp;quot;);System]]></description>
    <pubDate>2009-10-12</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[正则基础之 NFA引擎匹配原理]]></title>
    <link>http://www.itxuexi.com/tech/40466.html</link>
    <description><![CDATA[不懂正则引擎原理的情况下，同样可以写出满足需求的正则，但是不知道原理，却很难写出高效且没有隐患的正则。所以对于经常使用正则，或是有兴趣深入学习正则的人，还是有必要了解一下]]></description>
    <pubDate>2009-10-12</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[正则基础之 环视 Lookaround]]></title>
    <link>http://www.itxuexi.com/tech/40465.html</link>
    <description><![CDATA[环视只进行子表达式的匹配，不占有字符，匹配到的内容不保存到最终的匹配结果，是零宽度的。环视匹配的最终结果就是一个位置。1环视基础环视只进行子表达式的匹配，不占有字符，匹配]]></description>
    <pubDate>2009-10-12</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[webregexp 正则测试实现代码]]></title>
    <link>http://www.itxuexi.com/tech/40464.html</link>
    <description><![CDATA[WebRegExp1.0-客服果果[无忧版]对于想学习正则的朋友是个不错的在线工具，测试你正则的正确性。点击运行可以看到效果:WebRegExp1.0-客服果果[无忧版]body{background:#2B3C53;}*{font-size:12px;}#win{width:900p]]></description>
    <pubDate>2009-10-12</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[Java 正则表达式详解]]></title>
    <link>http://www.itxuexi.com/tech/40463.html</link>
    <description><![CDATA[如果你曾经用过Perl或任何其他内建正则表达式支持的语言，你一定知道用正则表达式处理文本和匹配模式是多么简单。如果你不熟悉这个术语，那么“正则表达式”（RegularExpression）就是一个字]]></description>
    <pubDate>2009-10-12</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[IP 正则表达式验证]]></title>
    <link>http://www.itxuexi.com/tech/40462.html</link>
    <description><![CDATA[今天学习了正则表达式，觉得非常实用，而且现在各种编程语言和应用软件如Word、MySQL等等也都内置了正则引擎。最后写了一个IP地址的正则表达式验证程序。复制代码代码如下:((25[0-5]|2[0-4]\]]></description>
    <pubDate>2009-10-12</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[js 正则使用方法]]></title>
    <link>http://www.itxuexi.com/tech/40461.html</link>
    <description><![CDATA[可以匹配指定格式的字符串点击运行可以看到效果:testvarstr='asdfsad/images/asdf.gifamp;quot;,987234jsdjkjd8s89djk/bbb.bmpamp;gt;/xcvk3333.jpg*cjvj';varregExp=/\/(\w*)\.(jpg|gif|bmp)/g;vararrs=str.match(regExp).toString();alert(arr]]></description>
    <pubDate>2009-10-12</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[正则表达式口诀 正则表达式学习工具]]></title>
    <link>http://www.itxuexi.com/tech/40460.html</link>
    <description><![CDATA[正则表达式口诀+常用的正则表达式+正则表达式学习工具+正则处理工具正则是每个程序员绕不开的堡垒，只有把它攻下来。我觉得正则之所以难，第一难是需要记忆，第二难是要求具备抽象逻辑]]></description>
    <pubDate>2009-10-12</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[asp 图片正则 替换，替换前检查图片是不是本地地址的方法]]></title>
    <link>http://www.itxuexi.com/tech/40459.html</link>
    <description><![CDATA[这个图片正则先检查图片的地址，不是本地的则用本地的asp突破盗链，方便使用，注意是答chinaz的朋友问的一个问题直接用正则替换，但没有判断功能FunctionFormatImg(content)dimreSetre=newRegExpre.Igno]]></description>
    <pubDate>2009-10-12</pubDate>
    <category>正则表达式</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>

</channel>
</rss>

