EXAMPLE SENTENCES | ||
---|---|---|
它充满了色彩和特殊字符。 It was full of colors and special characters. | ||
程序包的命名不应该有任何特殊的字符。 The package should be named without any special characters. | ||
代表特殊字符的字符串使得代码看起来更清楚。 The strings that represent each of the special characters makes the code easier to read. | ||
您可能想添加更多特殊字符来过滤其它语言。 You might want to add more special characters to filter other languages. | ||
如果某部分中有一个破折号或者一个特殊的字符,那这个词就有可能太长。 If a section has a dash or special character in it, the word is probably too long. | ||
前跟转义字符用于表示任意非数字字符的字符。 The character which when preceded by an escape character represents any non-digit character. | ||
表示标点字符的字符分类名称。 The character class name for punctuation characters. | ||
对象实例移除前导空白字符和尾随空白字符。 Removes leading and trailing white space from a String object instance. | ||
三字符序列被替换成相应的内部表示单个字符。 Trigraph sequences are replaced by corresponding single-character internal representations. | ||
TDS标记现在可以包含unicode字符和十六进制字符助记符。 TDS tags can now contain unicode characters and hexadecimal character mnemonics. | ||