Visual Basic Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingVisual Basic Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old May 24th, 2004, 01:15 AM
zubblwump zubblwump is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 16 zubblwump User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 2 m 39 sec
Reputation Power: 0
Regular Expression - syntax errors

I've spent the better part of a week trying to come up with a regular expression (or series of them) to manipulate a text string. Unfortunately, what I thought would work is throwing a "syntax error" when trying to load the ASP page. The patterns I'm trying to match are:

((?<!</tr>)\r\n)|((?<=>)( |\t)+|( |\t)+(?=<))|(\s*\*\s*)

The intended purpose of the above pattern is to remove all line breaks except those following a table row closing tag (</tr>), remove all leading and trailing whitespace between a closing tag(>) and opening tag(<), and remove any asterisk and it's leading or trailing whitespace. There appears to be errors in the first two alternations, but the third checks out fine.


([<][^>]*[>])+

The intention of this pattern is to replace all html tags with a pipe (consecutive tags treated as one). This appears to be OK, but I included it to show the flow of what I'm trying to accomplish.


(^\|)|((?<=\r\n)\|)|\|((?=\r))

The intention of this pattern is to remove all pipes from the beginning of the string, and from the beginning and end of each line. The first and third alteration appear OK, but the error shows in the middle alternation.


Can anyone spot what is throwing the errors? I am admittedly far from an expert here, but these look right to me, although I'm sure I'm missing something. Hopefully someone with a more experienced eye can easily find what I've done wrong. I would greatly appreciate any help.

Last edited by zubblwump : May 25th, 2004 at 08:01 AM.

Reply With Quote
  #2  
Old May 25th, 2004, 10:17 PM
zubblwump zubblwump is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 16 zubblwump User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 2 m 39 sec
Reputation Power: 0
26 views so far, and not a response. Hmm, must be a tough one.

Actually, I read a little something today that , if true, explains it rather simply: VB doesn't support the "look around" set of regular expressions. Can anyone verify if this is true?

Last edited by zubblwump : May 25th, 2004 at 10:20 PM.

Reply With Quote
  #3  
Old May 25th, 2004, 10:54 PM
Doug G Doug G is offline
Grumpier Old Moderator
ASP Free God 11th Plane (10000 - 10499 posts)
 
Join Date: Sep 2003
Posts: 10,143 Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 3 Weeks 5 Days 9 h 16 m 25 sec
Reputation Power: 182
What version of VB?

I suppose it's .NET since I don't find any regex built in to VB6. Take a look around here, perhaps the docs will answer your question. I use neither regex's or NET with much regularity.

http://msdn.microsoft.com/library/e...ageElements.asp
__________________
======
Doug G
======
I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain

Reply With Quote
  #4  
Old June 3rd, 2004, 07:48 AM
zubblwump zubblwump is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 16 zubblwump User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 2 m 39 sec
Reputation Power: 0
Actually, it's VBscript I'm working with on an ASP page. As far as I can tell from the MSDN library, it should work. No mention of limitations of the "look around" functions. Still puzzled...

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingVisual Basic Programming > Regular Expression - syntax errors


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump





 Free IT White Papers!
 
Create the Optimal Architecture for your Critical Applications
Warburton's the largest independently owned bakery in the UK faced a number of difficult challenges in providing the most robust yet efficient IT infrastructure for their organization's success. IBM's services combined with their xSeries servers created the perfect platform for their SAP environment with sufficient flexibility, and did so in very time effective fashion.

 
Five Best Practices for Deploying a Successful Service-Oriented Architecture
This white paper describes the benefits you can expect with SOA, and how IBM can help take your business there.

 
Gartner Magic Quadrant for Application Delivery Controllers
Gartner summarizes its view on Application Delivery Controllers, evaluates strengths and weaknesses of solutions, and provides Magic Quadrant reporting for a quick comparison across all vendors. Learn from Gartner how you can benefit from an all-in-one device like Citrix NetScaler that delivers the highest levels of availability, performance and security.

 
Knowledge is Power
What you don't know can hurt you, and is likely costing you money and increasing your security risks during an era of scarce resources. This white paper proposes six key strategies that enterprise security managers can use to improve their network defense posture.

 
Rationalizing the Multi-Tool Environment
The rationalized multi-tool approach is flexible, scalable and cost effective. It provides the necessary input to the IT service management business processes. It preserves prior investments in monitoring tools, empowers technologists to select the best tools with which to do their jobs, and enhances effective response to incidents.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2010 by Developer Shed. All rights reserved. DS Cluster 7 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek