匹配多行文字 m用法

2021-05-25 00:25:19 字數 724 閱讀 3640

1

00:00:09,855 --> 00:00:14,724

britain was an object of desire.

200:00:26,295 --> 00:00:31,847

tacitus declared it worth the conquest,

300:00:32,015 --> 00:00:35,803

the best compliment

that could occur to a roman.

如果以句號為分割,把對應的時間合併起來,最後得到下面的結果:

100:00:09,855 --> 00:00:14,724

britain was an object of desire.

200:00:26,295 --> 00:00:35,803

tacitus declared it worth the conquest,

the best compliment

that could occur to a roman.

#!/usr/bin/perl

#ans.pl

my $file;

while (<>);

my @data=split//./,$file;

for (@data)

********************=

perl  ans.pl  yourfile.txt

用正則匹配多行文字

如果有這樣乙個字串 var src arr.c build.c eval.c field.c missing.c msg.c re.c version.c 用一般的 w s s 只能匹配上面的那句,而下面的那一句就無法匹配了 方法一 使用的是perl var src arr.c build.c ev...

多行文字溢位

大家應該都知道用text overflow ellipsis屬性來實現單行文字的溢位顯示省略號 當然部分瀏覽器還需要加寬度width屬性。css overflow hidden text overflow ellipsis white space nowrap 但是這個屬性並不支援多行文字溢位顯示省...

多行文字 單行文字的垂直居中

在說到這個問題的時候,也許有人會問css中不是有vertical align屬性來設定垂直居中的嗎?即使是某些瀏覽器不支援我只需做少許的css hack技術就可以啊!所以在這裡我還要囉嗦兩句,css中的確是有vertical align屬性,但是它只對 x html元素中擁有valign特性的元素才...