Skip to main content
This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

Inspiring
January 15, 2013

The description "String appended with the escape characters" (my emphasis) is misleading. "append" means to "add to the end", which is not what happens here 9as that would make no sense).

What it means is simply that any characters meaningful to the regex engine are escaped.

--

Adam