Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8576937
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T20:02:41+00:00 2026-06-11T20:02:41+00:00

I have an xml containing errors. Basically, if an occurrence of ‘nan’ appear in

  • 0

I have an xml containing errors.
Basically, if an occurrence of ‘nan’ appear in a property, it’s replaced by ‘0’.
For example, nancy become 0cy

<user firstname="0cy" lastname="Ferguson" id="01234"></user>

I need to search the document and replace all ‘0’ by ‘nan’, but not in the user id.
I guess the best way to do this would be trough a regex in Dreamweaver, but I don’t know exactly how.

I can search all firstnames with firstname="([\s\S]*?)", but this return all firstnames, not only thoses containing a ‘0’.

Anyone have a clue?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T20:02:43+00:00Added an answer on June 11, 2026 at 8:02 pm

    Try

    (?<!\sid=\"\d*)0
    

    replace with

    nan
    

    explain:

    (?<! subexpression)    Zero-width negative lookbehind assertion.
    

    for example:

    (?<!19)\d{2}\b
    

    matches 51, 03 in 1851 1999 1950 1905 2003

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

If I have some xml containing things like the following mediawiki markup: ...collected in
I have an XML document containing contact information as seen below: <contact type=individual> <firstname>Some</firstname>
I have a XML file containing metadata like a field's maximum length. I have
Hi i have parsed a online xml containing images, I got stuck on parsing
I have a string containing XML document using LinqtoXML What is the best way
I have seen XML Schema element with attributes containing only text but I have
Have a source xml document that uses namespace containing prefixes and a default namespace.
I have a huge XML document 200MB in size containing textual information. The data
I have a RESTful API containing a URI of /UserService/Register. /UserService/Register takes an XML
I have an HTML file containing these lines - <script>PrintFileURL("13572_BranchInformationReport_2012-06-29.xml","13572_BranchInformationReport_2012-06-29.zip",0,"184277","Jun 29 1:30","/icons/default.gif")</script> <script>PrintFileURL("13572_BranchInformationReport_2012-07-02.zip","13572_BranchInformationReport_2012-07-02.zip",0,"184302","Jul 2

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.