Skip to main content
Became Hot Network Question
edited title
Link
user64494
  • 1
  • 4
  • 29
  • 60

How to declare a string as unescaped after storing in a variable?

edited tags
Source Link
licheng
  • 2.3k
  • 1
  • 10
  • 17

This issue is somewhat similar to how-do-i-make-a-string-literal-without-having-to-escape-backslashes? but not entirely the same, since I'm thinking of first storing a string in a variable and then declaring that it should be preserved as-is without escaping any escape characters encountered. I just give an example about graph6 strings from graph theory.

This issue is somewhat similar to how-do-i-make-a-string-literal-without-having-to-escape-backslashes? but not entirely the same, since I'm thinking of first storing a string in a variable and then declaring that it should be preserved as-is without escaping any escape characters encountered.

This issue is somewhat similar to how-do-i-make-a-string-literal-without-having-to-escape-backslashes? but not entirely the same, since I'm thinking of first storing a string in a variable and then declaring that it should be preserved as-is without escaping any escape characters encountered. I just give an example about graph6 strings from graph theory.

edited title
Link
licheng
  • 2.3k
  • 1
  • 10
  • 17

How to declare a string as unescaped whenafter storing in a variable

Source Link
licheng
  • 2.3k
  • 1
  • 10
  • 17
Loading