Regular Expression question 
Author Message
 Regular Expression question

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



Tue, 08 Oct 2002 03:00:00 GMT  
 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



Sat, 12 Oct 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Regular Expression Question

2. Regular expression question

3. Regular expressions question

4. complex regular expression question

5. Regular Expression question

6. Regular Expression question

7. Regular expression question

8. Regular Expressions Question

9. Regular Expressions question

10. Regular Expressions Question

11. Regular Expression question

12. Regular Expressions question

 

 
Powered by phpBB® Forum Software