Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
Blueprint::HTML::EscapeOnce
Constants
HTML_ESCAPE = {"&": "&", ">": ">", "<": "<", "\"": """, "'": "'"}
HTML_ESCAPE_ONCE_REGEXP = /["><']|&(?!([a-z
A
-
Z
]+|(#\d+)|(#[x
X
][\d
A
-
Fa
-f]+));)/
Instance methods
escape
(value) :
String
Source