Skip to main content
This topic has been closed for replies.

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