newlines

换行

常用释义

词性释义

新行

换行(newline 的名词复数)
例句
  • 全部
  • 换行
  • 新行
Interpret PATTERN as a list of fixed strings, separated by newlines, any of which is to be matched.
用一个固定的字符串解释的模式,被新行分离,任何一种的一个都被匹配。
这里要做的全部工作是匹配数字、运算符和换行。
在该语言中,您希望将空格、跳格、回车和换行作为分隔符处理,而不是将其忽略。
您可以设置新行,您可以处理首行缩进,您可以控制输出文件的各个方面。
This replaces all repeated spaces, newlines and tabs with a single space, or with a supplied string.
用一个空格或一个给定字符替换所有重复空格,换行和制表符。
注意,xml变量受到了针对内部引号和换行符的转义字符的污染。
In this case, the printer actually has to print that many newlines in order to make the print head move to the top of the next page.
在此情况下,为了使打印头移至下一页的页首,打印机实际上必须打印许多新行。
现在,消除了换行之后,我们需要进行到整数的转换。
Minification removes from the code all the unnecessary characters, such as tabs, newlines, and spaces.
这种方法删除代码中所有不必要的字符,比如制表符(tab)、新行和空格。
Trust newlines and indents to keep my code not only structured but running?
让我相信换行和缩进能保证代码的结构和运行?
1·In this language, you wish to treat as delimiters but otherwise ignore Spaces, tabs, carriage returns and newlines.
在该语言中,您希望将空格、跳格、回车和换行作为分隔符处理,而不是将其忽略。
2·Trust newlines and indents to keep my code not only structured but running?
让我相信换行和缩进能保证代码的结构和运行?
3·All this does is match Numbers, operators, and newlines.
这里要做的全部工作是匹配数字、运算符和换行。
4·Even though the result appears on 52 lines, it is one long string that contains newlines.
虽然结果看上去是52行,但实际上只是一个包含了很多换行符的一个长字符串。
5·As it is being sent to Scilab from the command line, you must clean up newlines by deleting them (or, more accurately, replacing them with empty strings).
因它是从命令行被发送到Scilab,所以必须要通过删除它们(或者更为准确地说,用空字符串来代替它们)来清理换行。
1·As a consequence, if newlines embedded within fields are important, the input should be split into lines in a manner which preserves the newline characters.
因此,如果新行嵌入字段很重要,输入应分成在其中保留换行字符的方式。