正则表达式简介(微软)--10.字符匹配(The regular expression profile (Microsoft) --10. character matching).docVIP
- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
正则表达式简介(微软)--10.字符匹配(The regular expression profile (Microsoft) --10. character matching)
正则表达式简介(微软)--10.字符匹配(The regular expression profile (Microsoft) --10. character matching)
Character matching
A period (.) to match any single a string in print or non printing characters, except newline (\n) outside. Visual Basic Scripting Edition the following regular expressionaac,abc,acc,adc, and so on, also can matcha1c,a2c, a-cand a#c:
/a.c/
VBScript regular expressions are equivalent:
A.c
If the string contains a file name to match, the period (.) is a part of the input string, the front can be in regular expressions end with a backslash character (\) to achieve this requirement. For example, the following Visual Basic Scripting Editionfilename.ext, a regular expression can:
/filename\.ext/
For VBScript, the equivalent expressions are as follows:
Filename\.ext
These expressions are still quite limited. They are only allowed to match any single character. In many cases, very useful for matching special characters from the list. For example, if the input text contains digital representation for Chapter 1, Chapter 2 and so on the chapter title, you may need to find these headings.
The expression in brackets
Can be in square brackets ([and]) into one or more single characters to create a matching list. If the character is placed in parentheses in parentheses, the list is called a bracket expression. The brackets and everywhere else, ordinary characters represent itself, that is to say, they match the input a text appearing in their. Most special characters in a bracket expression will lose its meaning. There are some exceptions:
1.]character if not the first, will be the end of a list. To match the]characters in the list, please put it in the first, followed by the start[.
2. \ remains as the escape character. To match the character \ \ \ , please use the.
Contains a bracket expression character match only a single character position of the expression in brackets are in regular expressions. Visual Basic Scripting Edition the following regular expression,Chapter 1,
您可能关注的文档
- 提高英语的电台(English radio).doc
- 援老抗美的日子(The old days of American aid).doc
- 搜狗那些表情(Sogou those expressions).doc
- 搞笑的汉字对话(Funny Chinese characters dialogue).doc
- 搞好上下级关系的十个要素(In the ten elements of relationships).doc
- 摄像机安装高度步骤(The camera installation height step).doc
- 摄影学堂名家谈摄影如何入门(Photography School Photography masters talk about how to get started).doc
- 摄影学堂学摄影最基础的入门知识(Photography Photography School the most basic introductory knowledge).doc
- 摄像角度(Camera angle).doc
- 摄影师和青蛙(高考作文指导)(The photographer and the frog (the composition of college entrance examination guidance)).doc
- 正则表达(Regular expression).doc
- 正式场合的着装(Formal dress).doc
- 步步为赢销售谈判策略(Bubuweiying sales negotiation strategy).doc
- 正则表达式及限制字数(Regular expressions and limit the number of words).doc
- 正确的骑车方法(The correct way to ride).doc
- 武汉美术网提示以上为武汉美术网自动从该校官方招生简章发布页下...(Wuhan art net clew above Wuhan art network automatically from the school admissions official release page...).doc
- 正月里的禁忌知多少(How much do you know about the taboo in).doc
- 正确的 研磨 抛光 流程(Polishing process right).doc
- 母亲之河的庄严颂歌(The mother river of the solemn.).doc
- 母鸡的责任(The hen's responsibility).doc
文档评论(0)