Glossary entry

English term or phrase:

escaped

Chinese translation:

忽略/跳过

    The asker opted for community grading. The question was closed on 2020-04-24 12:58:01 based on peer agreement (or, if there were too few peer comments, asker preference.)
Apr 21, 2020 12:11
4 yrs ago
19 viewers *
English term

escaped

COVID-19 English to Chinese Tech/Engineering Telecom(munications) 手机通信
single quote ‘, double quote “, @, ? should be escaped using backslash (). Backslash is only applied in Android, but not in iOS files.
此处“escaped”,是替换的意思吗?

Proposed translations

3 mins
Selected

忽略/跳过

一般是用在代码中,当字符串中有代码中的特殊字符时,需要在前面加上“忽略码”(escape code)
Something went wrong...
4 KudoZ points awarded for this answer. Comment: "Selected automatically based on peer agreement."
4 hrs

改变随后符号(或字母)的性质

"David said, \"It is fun to learn Perl.\""
Notice how the backslash is used to escape the double quote characters. And the single quote can be used without a backslash.

Table 2.1: Perl Escape Sequences
Escape Sequences Description or Character
\b Backspace
\e Escape
\f Form Feed
\n Newline
\r Carriage Return
\t Tab
\v Vertical Tab
\$ Dollar Sign
\@ Ampersand
\0nnn Any Octal byte
\xnn Any Hexadecimal byte
\cn Any Control character
\l Change the next character to lowercase
\u Change the next character to uppercase
\L Change the following characters to
lowercase until a \E
sequence is encountered.
Note that you need to use an
uppercase E here, lowercase
will not work.
\Q Quote meta-characters as literals.
\U Change the following characters
to uppercase until a \E
sequence is encountered. Note that you
need to use an uppercase E
here,
lowercase will not work.
\E Terminate the \L, \Q,
or \U sequence.
Note that you need to use an
uppercase E here, lowercase will not work.
\\ Backslash

single quote ‘, double quote “, @, ? should be escaped using backslash (\).
要用反斜杠 (\) 来改变单引号 ‘,双引号 “,@, ? 的性质。
Something went wrong...
30 days

转义

转义——在前面加了'/'以后,该字符的含义就变了。
Something went wrong...
Term search
  • All of ProZ.com
  • Term search
  • Jobs
  • Forums
  • Multiple search