- 119
- 0
- 约1.18万字
- 约 16页
- 2017-07-20 发布于河南
- 举报
VBScript.RegExp(VBScript.RegExp)
VBScript.RegExp(VBScript.RegExp)
VBScript Basics: RegExp objects, VFP, 2008-05-09, 17:35:44, read 43 reviews, 0: large, medium and small subscriptions
The RegExp object provides simple regular expression support functions.
Usage of RegExp objects:
Function RegExpTest (PATRN, strng)
Dim, regEx, Match, Matches create variables.
Set regEx = New RegExp creates a regular expression.
RegEx.Pattern = PATRN set mode.
RegEx.IgnoreCase = True does the setting distinguish character case?.
RegEx.Global = True sets global availability.
Set Matches = regEx.Execute (strng) performs the search.
For Each Match
您可能关注的文档
- PS中图层混合模式一览(Photoshop is a mix of layers).doc
- PS中图层混合模式详解(Detail the blending mode in PS).doc
- Ps中的一些基本概念(Some basic concepts in Ps).doc
- PS制图(PS drawing).doc
- PSP游戏遥远的时空中3 与十六夜记 珍藏版 金手指(PSP games in the distant space of time 3 and 16 nights in rare edition gold finger).doc
- PS图层模式中英文解释(PS layer mode English and Chinese interpretation).doc
- PS图层混合模式 详细解释(The PS layer blending mode is explained in detail).doc
- PS图层混合模式)(PS layer blending mode).doc
- PS图像模式分类及其特点(PS image pattern classification and its characteristics).doc
- ps图层的混合模式(Ps layer blending mode).doc
最近下载
- 浙江贝达药业招聘试题及答案.doc VIP
- 弱电工程施工方案.docx VIP
- 2025年超声波焊接机行业研究报告及未来五至十年行业趋势预测报告.docx
- 新能源汽车充电站建设项目监理单位工程质量评估报告.docx VIP
- 2026年全国焊工技能操作证高级考试题库(含答案).docx VIP
- 益阳市2026事业单位医疗岗_公共基础知识__医学基础知识试题(含答案).docx VIP
- 火龙罐疗法操作流程及考核标准.doc
- ZLP630高处作业吊篮使用说明书.pdf VIP
- 幕墙样板施工方案(中建完整版).doc VIP
- (2026年)一例住院患者自杀未遂事件的护理反思PPT课件.pptx VIP
原创力文档

文档评论(0)