Re: propertyregex ANT task - need to extract string without newline character

2020-10-16 Thread KM
I am not sure if the regex works the same as some of the others, but you could try "$" at the end after the asterisk.  Maybe like regexp="OBF:.*$" KM On Thursday, October 15, 2020, 12:01:44 PM EDT, forumUsr forumUsr wrote: Hello I have following ANT task where I like to extract strin

propertyregex ANT task - need to extract string without newline character

2020-10-15 Thread forumUsr forumUsr
Hello I have following ANT task where I like to extract string starting from a keyword until newline character: Java ANT task results in following output: 2020-10-14 13:55:00.549:INFO::pool-2-thread-1: Logging initialized @25148