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 6762693
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T14:23:13+00:00 2026-05-26T14:23:13+00:00

I have an xml in the form of a string. Let’s say that the

  • 0

I have an xml in the form of a string. Let’s say that the element name is TestDate and the date is the form YYYY-MM-DD. So in other words <TestDate>1950-03-31</TestDate>.

How do I find this.

Lets say I have string xml;

xml contains the element TestDate. I want to get that using a regular expression.

string regularExpression = @"";
Regex regex = new Regex(regularExpression , RegexOptions.Compiled);

What should be going in for regular expression.

  • 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-05-26T14:23:14+00:00Added an answer on May 26, 2026 at 2:23 pm

    If you want search data in that element only than itshould be

    <TestDate>[0-9]{4}-[0-9]{2}-[0-9]{2}</TestData>
    

    Another aproach is to use XPath. Load xml string in XmlDocument and extract all similar nodes. Below code will return all TestDate Nodes.

    XmlNode[] nodes = doc.SelectNodes("//TestDate");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an XML document of the form: <metadata> <item name=Name type=xs:string length=102/> <item
I have XML in the form of a String that contains <message>HELLO!</message> How can
I have an xml in following form: <?xml version=1.0 encoding=UTF-8?> <query> <queryParams name=accountID>Star TV</queryParams>
I have a .xslt that translates xml from one form to another (I'm not
I have dynamically created a xml string form a JSON object returned from server.
I have 2 layout .xml forms. One is header form and the other is
I have an XML form with an element 0, which is well-formed but not
I have an XML string which contains Dates formatted dd/MM/yyyy hh:mm:ss. I'm loading this
I am generating a rss(xml) output form a php file. I have got a
Picture the following situation. I have an XML document as follows, <Form> <Control Type=Text

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.