JScript
Introduction to Regular Expressions (Scripting)
Updated: January 2010
These topics introduce the concept of regular expressions and explain how to create and use them.
A regular expression describes one or more strings to match when you search a body of text. The expression serves as character pattern to compare with the text being searched. You can use regular expressions to search for patterns in a string, replace text, and extract substrings.
In This Section
Related Sections
Change History
|
Date |
History |
Reason |
|---|---|---|
|
January 2010 |
Modified topic descriptions. |
Information enhancement. |
|
August 2009 |
Modified topic descriptions. |
Information enhancement. |
Community Content
robert elizardo
Microsoft RegExp not installed - IIS5
How do I get Microsoft RegExp installed on IIS5?
I get this from the XCENT (xcDiag.asp) script on my server:
It reveals that RegExp is not installed on the server & it is required.
I do have an app that fails to work correctly complaining about this.
How do I get this installed?
===
Component Type Installed Req Opt Information
Microsoft RegExp Misc. No X
Microsoft RegExp:
The Microsoft Regular Expression object is required. This is a critical component that must be installed for an ASP application's advanced features to function.
===
* XCENT info: http://www.xcent.com/downloads/default.asp?file=15
I get this from the XCENT (xcDiag.asp) script on my server:
It reveals that RegExp is not installed on the server & it is required.
I do have an app that fails to work correctly complaining about this.
How do I get this installed?
===
Component Type Installed Req Opt Information
Microsoft RegExp Misc. No X
Microsoft RegExp:
The Microsoft Regular Expression object is required. This is a critical component that must be installed for an ASP application's advanced features to function.
===
* XCENT info: http://www.xcent.com/downloads/default.asp?file=15