Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Delimiter
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
====Escape character==== One method for avoiding delimiter collision is to use [[escape character]]s. From a language design standpoint, these are adequate, but they have drawbacks: * text can be rendered unreadable when littered with numerous escape characters, a problem referred to as [[leaning toothpick syndrome]] (due to use of \ to escape / in [[Perl]] [[regular expression]]s, leading to sequences such as "\/\/"); * text becomes difficult to parse through regular expression * they require a mechanism to "escape the escapes" when not intended as escape characters; and * although easy to type, they can be cryptic to someone unfamiliar with the language.<ref name="Kahrel000">{{cite book | title = Automating InDesign with Regular Expressions | first = Peter | last = Kahrel | publisher = O'Reilly | year = 2006 | isbn = 0-596-52937-6 | page = 11 }}</ref> * they do not protect against injection attacks {{citation needed|date=March 2014}}
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)