Feedback
Verbatim string literals make paths and regular expressions easier to read
- Status
- Fixed
- Fixed in
- v26.8.1
- Source discussion
- https://forum.objo.dev/d/724-verbatim-string-literals
- Last updated
- 2026-08-04
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Add single-line verbatim string literals using the %"..." syntax. Backslashes and braces are treated literally, interpolation is not supported, and embedded double quotes are written by doubling them. This improves the readability of Windows paths, regular expressions, and other backslash-heavy text.