如何将特定的线组合在一起(How to combine specific Lines together)

编程入门 行业动态 更新时间:2024-10-13 06:18:17
如何将特定的线组合在一起(How to combine specific Lines together)

当我有常规格式时如何将线组合在​​一起:

Input: 4446351 Output: kkmeshla

并需要:

4446351|kkmeshla

How to combine Lines together when i have regular format:

Input: 4446351 Output: kkmeshla

and need:

4446351|kkmeshla

最满意答案

怎么样:

找到: Input:\s*\R(.+)\ROutput:\s*\R 替换为: $1|

必须检查Regular expression 。

\R代表任何换行符,即。 \n或\r或\n\r

How about:

Find what: Input:\s*\R(.+)\ROutput:\s*\R Replace with: $1|

Regular expression must be checked.

\R stands for any line break, ie. \n or \r or \n\r

更多推荐

本文发布于:2023-08-07 16:50:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1465358.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:组合   如何将   combine   specific   Lines

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!