Skip to content

Conversation

daniel-95
Copy link
Contributor

No description provided.

@daniel-95 daniel-95 changed the base branch from master to REL_2_5 November 3, 2022 07:55
Everything between WARNING and FATAL sections is now handled with the [\s\S]*? regex:
* [\s\S] is a group that handles any whitespace and non-whitespace character including new lines which are important in this case.
* "*" quantifier means zero or more characters. There may as well be nothing between these two sections.
* "?" quantifies in this case means greedy search so that we don't match more than we need.
@funny-falcon funny-falcon merged commit 822fbbf into REL_2_5 Dec 10, 2022
@funny-falcon funny-falcon deleted the REL_2_5-PBCKP-326 branch December 10, 2022 15:16
@Burus Burus added this to the 2.5.9 milestone Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants