端线转义字符串常量是重要的因为它分开一个令牌。
Endline escaping is important for string constants only because it breaks apart a token.
清单11显示了一个转义字符串序列,它使用了一个引号作为省略号。
Listing 11 shows an example of the escape sequences for a string that USES a single quote as an apostrophe.
这个任务转义字符串的转义字符串并存储在一个指定的属性。
This task escapes a string and stores the escaped string in a specified property.
您将使用POST而不是GET,因为您希望避免任何因查询字符串长度过长和字符串转义而引起的问题。
You use POST instead of GET because you want to avoid any issues with the query string length being exceeded or escaping of strings.
对模式稍作更改就可以添加转义序列以支持字符串中的逗号。
With some small changes to the pattern, escape sequences could be added to support commas within strings.
在转义了'. '字符后,如果未找到星号,子程序则会返回一个未修改的字符串。
After escaping the '. 'character, the subroutine will return an otherwise unmodified string if there were no asterisks found.
清除传入数据并通过转义传入的字符串保护数据库(参见清单3)。
"Clean up the incoming data and protect the database by escaping the incoming string (see Listing 3)."
设置crontab条目需要一个包含转义的shell元字符的字符串,所以适合于简单的命令和参数。
Setting up crontab entries requires a string with escaped shell metacharacters, so it is best done with simple commands and parameters.
您可以随意将字符串传递给 preg_quote()来自动转义它找到的所有regex操作符,如第 1行所示。
Optionally, you can pass a string to preg_quote() to automatically escape any regex operator it finds, as in line 1.
这个转义序列告诉Vim把替换文本作为一个Vimscript表达式来处理,对它进行评估来获取实际的替换字符串。
This escape sequence tells Vim to treat the replacement text as a Vimscript expression, evaluating it to get the actual replacement string.
test命令非常强大,但是很难满足其转义需求以及字符串和算术比较之间的区别。
The test command is very powerful, but somewhat unwieldy given its requirement for escaping and given the difference between string and arithmetic comparisons.
它的角色是对字符串中的特殊xml字符进行转义,以便字符串可以用作XML文档中的简单文本。
Its role is to escape special XML characters in a string so the string can be used as simple text in an XML document.
在一个字符串上调用。r会把它变成一个正则表达式;我们是用了原始(三重引号)字符串来避免诸多双重转义的反斜杠。
Calling.r on a string turns it into a regular expression; we use raw (triple-quoted) strings here to avoid having to double-escape backslashes.
字符串编辑器不支持全套的转义asci字符。
The String editor does not support the full set of escaped ASCI characters.
解释字符串数据的概念、它的语法以及转义符的使用。
Explains the concept of string data, its syntax, and the use of escape characters.
当编译脚本时,字符串中的每个转义序列都会转换为它所表示的字符。
When a script is compiled, each escape sequence in a string literal is converted into the characters it represents.
在一般情况下,字符串转义的功能以及进一步摆脱这些字符,非打印字符,如适用。
In general, string escaping functions escape these characters as well as further, non-printable characters, if applicable.
基础字符串中的转义字符对多行基础字符串仍然有效。
All of the escape sequences that are valid for basic strings are also valid for multi-line basic strings.
基础字符串中的转义字符对多行基础字符串仍然有效。
All of the escape sequences that are valid for basic strings are also valid for multi-line basic strings.
应用推荐