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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T08:06:47+00:00 2026-05-13T08:06:47+00:00

Has any one ever seen a backspace delimited flat file? My requirement is to

  • 0

Has any one ever seen a backspace delimited flat file? My requirement is to parse such a file but I am not able to put a backspace character into a file to check if I am able to detect it.

  • 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-13T08:06:48+00:00Added an answer on May 13, 2026 at 8:06 am

    Splitting shouldn’t be any harder than using any other delimiter. It’s just another character, after all. In Python, for instance:

    >>> x = "apples\bbanana\bcoconut\bthese are delicious!"
    >>> x.split('\b')
    ['apples', 'banana', 'coconut', 'these are delicious!']
    

    Most languages use \b as the escape character for a backspace. If yours doesn’t you can also include the ASCII control code for backspace itself, which is \x08.

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

Sidebar

Related Questions

Has anyone ever seen an exception thrown when calling close method on any closable
Has anyone ever seen this? I don't how to expand on this. It's the
Do any one has any idea from where the below $ isUserLoggedInor $hideRegisterLink variable
Assuming that one event has multiple handlers, if any of event handlers throw an
Has anyone ever seen an exception like this (with version 1.6.0_11 of the JVM)?:
Has anybody ever seen/attempted to write a service locator pattern which uses a Guice
Has anyone ever seen this data format? I've been given a huge number of
I was wondering if anybody has ever seen a combination vertical and horizontal jQuery
Despite this being one of the best error messages I've ever seen (second only
Has anyone else seen ANT refuse to honour the -f option but happily work

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.