Skip to content
Snippets Groups Projects
Unverified Commit 69e3f511 authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

fix: use re2 (#16044)

parent f7454a0f
No related branches found
No related tags found
No related merge requests found
const re = new RegExp( import { regEx } from '../../../util/regex';
const re = regEx(
`(?<preNotes>.*### Release Notes)(?<releaseNotes>.*)### Configuration(?<postNotes>.*)`, `(?<preNotes>.*### Release Notes)(?<releaseNotes>.*)### Configuration(?<postNotes>.*)`,
's' 's'
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment