
Regular Expression question
The new version 5.5 does what I think you are asking. You can match a
pattern and put groups within the pattern:
http://msdn.microsoft.com/workshop/languages/clinic/scripting121399.asp
Here is an article by MS that shows what's new in 5.5 (well - it shows the
new RegExp features - regardless of what the title says <g>).
Keep in mind that 5.5 is still in beta. (like it matters compared to the
release - ooh- do I sound bitter towards MS today? <my bad>)
Bill
Quote:
> Does the scripting RegExp object support noncapturing subpatterns or
> extraction of subpatterns like you can with Regexp in Tcl?
> If not has anyone come up with a way to do with the RegExp available to
> either jscript or vbscript?
> TIA, Jason