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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T01:04:23+00:00 2026-05-31T01:04:23+00:00

I have a function that asks for a delimiter. This can be \t. However,

  • 0

I have a function that asks for a delimiter. This can be \t. However, this is seen as a real tab. So if I have this code

def example(dataToBeSplit, delimiter):
    return dataToBeSplit.split(delimiter)
example('some\ttext','\t')

The input given to example is example('some\ttext',' ')

How can I prevent the \t to be turned into a real tab, without having to give \\t to the function?

*if I put four actual spaces it gets filtered out, so see -four spaces- as four real spaces


edit:

Ok so from zefciu’s answer I now do

def example(dataToBeSplit, delimiter):
    return dataToBeSplit.split(repr(delimiter))
example('some\ttext','\t')

But still wondering if there isn’t a way to do this in the

def example(dataToBeSplit, delimiter):

part

  • 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-31T01:04:24+00:00Added an answer on May 31, 2026 at 1:04 am

    If you want to see the string in the form it can be accepted by python, use repr():

    >>> print repr('some\ttext')
    'some\ttext'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my Java code I have function that gets file from the client in
I have a function that looks like this class NSNode { function insertAfter(NSNode $node)
I have a function that asks for the person their first and last name
I have a function in the code behind of an ASP.NET webpage that creates
I have this code which I plastered with return false; so that it wouldn't
I have a little AJAX function that asks the server whether a particular checkbox
Ok I have some code that boils down to a pattern like this class
I saw this question that asks given a string smith;rodgers;McCalne how can you produce
So I have function that formats a date to coerce to given enum DateType{CURRENT,
I have a function that gives me the following warning: [DCC Warning] filename.pas(6939): W1035

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.