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

  • Home
  • SEARCH
  • 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 7581405
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T18:11:41+00:00 2026-05-30T18:11:41+00:00

I am parsing a html file for one simple line. So I am not

  • 0

I am parsing a html file for one simple line. So I am not using a 3rd party library just normal string functions(s.subString() etc.).

My problem is I cannot correctly find specific elements in the HTML because they contain tab characters, endlines, carriage returns.

How can I print the following string to display all the carriage returns as \r, all endlines as \n & etc. So I can then see exactly the layout of the HTML file & ensure my

.subString("<div class=\"x\">") 

is not failing because the text is really

("<div \t\r\nclass=\"x\">" 

or something?

My code:

WebClient wc = new WebClient();
string html = wc.DownloadString(String.Format("http://www.ipchecking.com/?ip={0}&check=Lookup", ip));

Console.Write( html ); // I want to print in the raw form where \r characters are actually shown as \r characters
  • 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-30T18:11:42+00:00Added an answer on May 30, 2026 at 6:11 pm
    html = html.Replace("\r", "\\r").Replace("\n","\\n").Replace("\t","\\t");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am parsing an HTML file and having a few issues. I am using
I am parsing the html file to extract tabular information through column names. And
I am parsing and html/xml file. I am bit confused with the fact that
I am parsing the tabular information from the html file with the help of
I am doing mail parsing application which required to convert the HTML file to
I'm new to DOM parsing in PHP: I have a HTML file that I'm
I have an IntentService that is parsing some xlm file to create a html
I am parsing an html file and I want to find the part of
Currently, I am trying to clean up an HTML file using JTidy, convert it
so what I'm trying to do is pretty simple. I'm parsing an HTML document

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.