List Question
20 TechQA 2023-07-05T16:38:03.183000How to optimize a regex with PCREGrep to avoid hitting resource limits
79 views
Asked by Emily-TTG
How do I count multi line recurring pattern in a file?
100 views
Asked by Pranav
Creating a bash script to match multiline patterns in log files
92 views
Asked by WhenYouDev
Is possible to discard outer brackets in regex and consider inner bracket inside?
42 views
Asked by dcubaz
How to combine non-adjacent groups without using branch resets or capturing inside lookarounds?
45 views
Asked by Mihai
Loop pcregrep and get one match per index
66 views
Asked by justcasper
translate pcregrep into Perl one-liner
129 views
Asked by Marek Stepanek
How to remove multi-line with multi-pattern, awk pcre2grep sed
145 views
Asked by Akbar Nur Pribadi
how to trim the absolute directory path?
183 views
Asked by Surabh S
Regex for multiline patterns then they are following each other
51 views
Asked by Alex
grep to find literal [square brackets] with specific data
883 views
Asked by Kavish Gour
first occurance for pattern across multiple lines using pcregrep
110 views
Asked by Ioannis Oikonomou
grep -P to find lines containing exactly n A's followed by exactly n B's
915 views
Asked by Leon_wyl
PCRE regex behaves differently when moved to subroutine
37 views
Asked by Connor Clark
What is the difference in PCRE pattern: `(?!or|and)\w+` and `[(?!or|and)\w]+`?
15 views
Asked by sangwoo-joh
Pcregrep duplicating matching multi-line patterns?
54 views
Asked by Ghanim Al-Mansouri
How pcregrep force to return first match of regexp
177 views
Asked by dorinand
pcregrep or grep: searching with lookaheads not working
412 views
Asked by Santhosh
match a floating point number that is not inside parenthesis
59 views
Asked by PatMcTookis