Thread: Replace in File
View Single Post
  #1  
Old 03-29-2004, 09:11 AM
chaoconnor chaoconnor is online now
Registered User
 
Join Date: 02-25-2004
Posts: 8
Replace in File

Good morning! The regular expression
<xml xmlns:[^*]*<rs:data>
works fine in PowerGREP and other Regular Expression editors, but not in Visual Build Pro. I keep getting:
Error expanding macros in property Find: <xml xmlns:<Error at Line 1, Column 1 (Syntax error)
Code: ^*>

Does Visual Build Pro use some sort of variation of Regular Expressions? Some background, I have a block of text that always starts with <xml xmlns: and always ends with <rs:data>, I need to find that block of text and replace it with a standard XML header.

Thank you!
Reply With Quote