newlines
美
英 
例句
Interpret PATTERN as a list of fixed strings, separated by newlines, any of which is to be matched.
用一個固定的字符串解釋的模式,被新行分離,任何一種的一個都被匹配。
All this does is match numbers, operators, and newlines.
這里要做的全部工作是匹配數(shù)字、運算符和換行。
In this language, you wish to treat as delimiters but otherwise ignore spaces, tabs, carriage returns and newlines.
在該語言中,您希望將空格、跳格、回車和換行作為分隔符處理,而不是將其忽略。
You can set newlines, you can deal with indentation, you can control almost every aspect of the output file.
您可以設置新行,您可以處理首行縮進,您可以控制輸出文件的各個方面。
This replaces all repeated spaces, newlines and tabs with a single space, or with a supplied string.
用一個空格或一個給定字符替換所有重復空格,換行和制表符。
Notice that the xml variable is polluted with escape characters for the internal quotes and newlines.
注意,xml變量受到了針對內(nèi)部引號和換行符的轉(zhuǎn)義字符的污染。
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.
在此情況下,為了使打印頭移至下一頁的頁首,打印機實際上必須打印許多新行。
Now we have gotten rid of the newlines, so we need to convert to integers.
現(xiàn)在,消除了換行之后,我們需要進行到整數(shù)的轉(zhuǎn)換。
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?
讓我相信換行和縮進能保證代碼的結(jié)構(gòu)和運行?
There we use a filter to remove the newlines.
在那里,我們使用了一個過濾器來消除換行。
So in the example above, the echoed sentences will be on one line, because PHP omits the newlines after the block ending.
因此在上面的例子中,輸出的句子將顯示在同一行中,因為PHP忽略了代碼結(jié)束標記后面的換行。
When we get the file contents, split on newlines, and split each line on commas, we get something that looks like Listing 23.
使用換行符分隔文件內(nèi)容并使用逗號分隔行后,可以得到類似清單23的內(nèi)容。
Clearly, we need to get rid of the newlines and covert to integers before we can do any useful calculations.
顯然,我們需要消除換行并轉(zhuǎn)換為整數(shù),然后才能進行有用的計算。
Exercise 1-8. Write a program to count blanks, tabs, and newlines.
練習1-8編寫一個統(tǒng)計空格、制表符與換行符個數(shù)的程序。
The code results in a JSON document that looks like Listing 12 (I've added spaces and newlines for more readability)
JSON文檔中的代碼結(jié)果如清單12(我已經(jīng)添加了空格和換行以提高可讀性)