StackOverflow Questions for Tag: rawstring

dkb
dkb

Reputation: 4596

Python: Error while reading and replacing String(with special characters) from file

Score: 1

Views: 1749

Answers: 1

Read More
Bite code
Bite code

Reputation: 597291

What exactly do "u" and "r" string prefixes do, and what are raw string literals?

Score: 913

Views: 765308

Answers: 8

Read More
rlbond
rlbond

Reputation: 67839

How to write a multi-line string literal

Score: 586

Views: 565368

Answers: 11

Read More
user764754
user764754

Reputation: 4246

Prevent new-line characters in a multiline raw string literal

Score: 1

Views: 99

Answers: 1

Read More
user28761793
user28761793

Reputation: 1

Selective OS package error in Python (Windows 10)

Score: -1

Views: 43

Answers: 1

Read More
kjakeb
kjakeb

Reputation: 7620

How to write string literals in Python without having to escape them?

Score: 162

Views: 203903

Answers: 6

Read More
cdleary
cdleary

Reputation: 71474

Why can't Python's raw string literals end with a single backslash?

Score: 283

Views: 138166

Answers: 15

Read More
Ric
Ric

Reputation: 101

Raw strings containing Windows paths produce "SyntaxError: unterminated string literal"

Score: 9

Views: 93349

Answers: 4

Read More
Jakob
Jakob

Reputation: 430

is there a way to escape a string in powershell like @"string" in C#

Score: 35

Views: 36588

Answers: 3

Read More
Alex58
Alex58

Reputation: 55

How can I save strings as raw data in Powershell?

Score: 4

Views: 12499

Answers: 3

Read More
Venkat.R
Venkat.R

Reputation: 7746

What are the actual uses of ES6 Raw String Access?

Score: 36

Views: 26404

Answers: 7

Read More
ErinQvnm
ErinQvnm

Reputation: 137

Is there C# raw string with delimiter like in C++?

Score: 2

Views: 1591

Answers: 3

Read More
Tastror
Tastror

Reputation: 11

What is the equivalent JavaScript syntax to Python's rawstring syntax r"" (instead of rf"")?

Score: 1

Views: 82

Answers: 1

Read More
mpen
mpen

Reputation: 283213

How to include a double-quote and/or single-quote character in a raw Python string literal?

Score: 125

Views: 302621

Answers: 7

Read More
esafwan
esafwan

Reputation: 18029

How can I put an actual backslash in a string literal (not use it for an escape sequence)?

Score: 50

Views: 119092

Answers: 4

Read More
Xaisoft
Xaisoft

Reputation: 46651

What is the difference between a regular string and a verbatim string?

Score: 195

Views: 107034

Answers: 6

Read More
fredoverflow
fredoverflow

Reputation: 263310

Are line breaks in raw strings platform-dependent?

Score: 7

Views: 2790

Answers: 3

Read More
Jamie Matthews
Jamie Matthews

Reputation: 23

Syntax warning for escaped period in triple-quoted shell rule

Score: 2

Views: 150

Answers: 1

Read More
user2445220
user2445220

Reputation: 63

In JavaScript, is there a way to iterate over the lexical tokens of a string?

Score: 5

Views: 95

Answers: 1

Read More
Kironmoy Mukherjee
Kironmoy Mukherjee

Reputation: 31

How to store strings in variables, and then use those variables in other functions or methods in Python?

Score: 2

Views: 373

Answers: 3

Read More
PreviousPage 1Next