diff --git a/spec.emu b/spec.emu index d5212fb..fc1e600 100644 --- a/spec.emu +++ b/spec.emu @@ -43,16 +43,12 @@ contributors: Jordan Harband
This method takes a string and returns a similar string in which each character that is potentially special in a regular expression |Pattern| has been replaced by an escape sequence representing that character.
It performs the following steps when called:
-- The phrase "the ASCII punctuators that need escaping" - denotes the following String, which consists of every ASCII punctuator except U+005F (LOW LINE): - *"(){}[]|,.?\*+-^$=<>\/#&!%:;@~'"`"*. -