(text)
| 10882 | } |
| 10883 | |
| 10884 | function unescapeText(text) { |
| 10885 | return text.replace(escapedStartRegexp, startSymbol). |
| 10886 | replace(escapedEndRegexp, endSymbol); |
| 10887 | } |
| 10888 | |
| 10889 | function stringify(value) { |
| 10890 | if (value == null) { // null || undefined |