Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 gradle 复制任务复制文件,并且我想使用正则表达式应用匹配多行的过滤器。似乎过滤任务仅逐行匹配。有没有办法一次分析整个文件?
没有多线过滤器。您可能必须在复制之前或之后处理文件(使用 Groovy)。