

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to replace backward "" slash from a string
In Python it does give the desired result
>>> var = "aaa\bbb\ccc and ddd\eee" >>> var.split('\') ['aaa', 'bbb', 'ccc and ddd', 'eee']
- Related Questions & Answers
- How to replace before first forward slash - JavaScript?
- How to extract string before slash from a vector in R?
- Replace backward slashes with forward slashes - JavaScript
- Fetch substrings from a string with words separated by slash in MySQL?
- C# Program to replace a special character from a String
- How to Replace characters in a Golang string?
- Remove the whitespaces from a string using replace() in JavaScript?
- Replace a string using StringBuilder
- How to use Java string replace method?
- How to replace string using JavaScript RegExp?
- Fetch middle part of a string surrounded by slash in MySQL
- C# program to replace n-th character from a given index in a string
- How to trust backward compatibility with HTML5
- How to replace all occurrences of a string in JavaScript?
- How to replace all dots in a string using JavaScript?
Advertisements