We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84e7a0 commit c4fe781Copy full SHA for c4fe781
src/libregex/lib.rs
@@ -41,7 +41,8 @@
41
//! it to match anywhere in the text. Anchors can be used to ensure that the
42
//! full text matches an expression.
43
//!
44
-//! This example also demonstrates the utility of raw strings in Rust, which
+//! This example also demonstrates the utility of [raw
45
+//! strings](../reference.html#character-and-string-literals) in Rust, which
46
//! are just like regular strings except they are prefixed with an `r` and do
47
//! not process any escape sequences. For example, `"\\d"` is the same
48
//! expression as `r"\d"`.
0 commit comments