python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Improving the performance of an PCRE Regex Pattern
I have the below regex here which is written to support the PRCE/PRCE2 format. However, this throws the following error “Evaluation takes too long. Please check your regular expression.” Is there any ...
Kamesh
Votes: 0
Answers: 2
Regex Group Name prefix multiple options
I'm performing regex extraction for parsing logs for our SIEM. I'm working with PCRE2.
In those logs, I have this problem: I have to extract a field that can be preceded by multiple options and I want...

Luca Sepe
Votes: 0
Answers: 1
FreeRadius Configuration (radiusd.conf) - Regex-Problem unlang
I am currently facing a problem within my Radius configuration and wanted to ask you for help.
I'am using the FreeRadius-Version 3.0.23
Within the authorize section in radiusd.conf I am trying to crea...
FrankTheTank_12345
Votes: 0
Answers: 1
Match repeating groups with regex with optional parameter in .NET
I need to validate a filtering input with a regex that will be used for a [RegularExpression] attribute on a Filter field in a class used a input model. The input has the following format:
[property]~...

lyuben
Votes: 0
Answers: 1