Module std.experimental.xml.faststrings
This module implements fast search and compare functions on slices. In the future, these may be optimized by means of aggressive specialization, inline assembly and SIMD instructions.
Functions
| Name | Description |
|---|---|
xmlEscape
|
Returns a copy of the input string, after escaping all XML reserved characters. |
xmlEscapedWrite
|
Writes the input string to the given output range, after escaping all XML reserved characters. |
xmlUnescape
|
Returns a copy of the input string, after unescaping all known entity references. |
xmlUnescapedWrite
|
Outputs the input string to the given output range, after unescaping all known entity references. |