这可以减少处理转义字符的工作。
要求使用转义字符才能修改语法的一些符号。
Symbols that require the escape character to change semantics.
此外,转义字符必须被转义为。
PYX格式中的几个字符是转义字符。
如何使用转义字符的一大串?
前跟转义字符用于表示制表符的字符。
The character which when preceded by an escape character represents the tab character.
前跟转义字符用于表示换行符的字符。
The character which when preceded by an escape character represents the newline character.
前跟转义字符用于判断单词边界的字符。
The character which when preceded by an escape character represents the word boundary assertion.
要求使用转义字符才能实现有效语法查询的一些符号。
Symbols that require the escape character to achieve a syntactically valid query.
反斜杠不作为转义字符。
主要必须使用各种转义字符,如双引号用\ “表示。”
Note that various escape characters must be used such as \ "for double quotes."
前跟转义字符用于表示任意大写字母的字符。
The character which when preceded by an escape character represents any upper case character.
前跟转义字符用于标识引用操作符结束的字符。
The character which when preceded by an escape character represents the end quote operator.
前跟转义字符用于标识引用操作符开始的字符。
The character which when preceded by an escape character represents the start quote operator.
前跟转义字符用于表示任意非小写字母的字符。
The character which when preceded by an escape character represents any non-lower case character.
前跟转义字符用于表示任意非数字字符的字符。
The character which when preceded by an escape character represents any non-digit character.
前跟转义字符用于表示任意非单词字符的字符。
The character which when preceded by an escape character represents a non-word character.
任何普通字符前跟转义字符的作用是未定义的。
The effect of any ordinary character being preceded by an escape is undefined.
前跟转义字符用于标识缓冲区操作符结束的字符。
The character which when preceded by an escape character represents end of buffer operator.
前跟转义字符用于标识十六进制字符常量开始的字符。
The character which when preceded by an escape character represents the start of a hexadecimal character constant.
单个使用会导致语法错误而需要通过转义字符来修改语义的符号。
Symbols that cause syntactic errors for single use and require an escape character to change semantics.
浏览器知道它正在根据一系列特殊的转义字符来执行一些可执行文件。
The browser knows it is looking at something executable based upon a special sequence of escape characters.
注意,xml变量受到了针对内部引号和换行符的转义字符的污染。
Notice that the xml variable is polluted with escape characters for the internal quotes and newlines.
但是我们注意到这个桶不是一个最高效的办法来进行转义字符。
But we noted that this bucket was not the most efficient way to escape a character.
对于跨站点脚本预防情况,您需要过滤掉浏览器支持的脚本语言的转义字符。
In the case of cross-site scripting prevention, you need to filter out the escape characters for the scripting languages supported by the browser.
清单11显示了一个转义字符串序列,它使用了一个引号作为省略号。
Listing 11 shows an example of the escape sequences for a string that USES a single quote as an apostrophe.
正如您可能想到的,在将该查询合并到应用程序中去时,我们需要使用参数标记和转义字符。
As you might imagine, we need to use parameter markers and escape characters when incorporating this query into an application.
注意:转义字符(反斜杠)包含在是XML文档一部分的引号之前(比如下面例子中的xml版本号)。
Note: Escape characters (backward slashes) are included before quotation marks that are part of the XML document (such as the XML version number in the example below).
echo命令的- e标志用来告诉该命令扩展c风格的转义字符,在本示例中,它会把\t转换为制表符。
The -e flag to the echo command tells it to expand C-style escaped characters; in this case, it's going to turn \ t into a TAB character for you.
改进了对于文本消息的JMS支持,支持特殊转义字符,支持更多的消息类型(map、text或者XML)。
JMS support for text messages has been improved to escape special characters and allow for more message types (map, text, or XML).
应用推荐