python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k 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 expression to exclude a string between two capture groups
I am trying to capture the user name and channel id of that user from an api string using regex.
Unfortunately I can not use a JSON Parser on the JSON format so I (beginner) am stuck with Regex.
My so...
Blancsoir
Votes: 0
Answers: 2
Writing ECMAScript Javascript Regex to Perl flavour (PCRE) / (PCRE2)
I'm having the below Regex which is written to support the ECMAScript Javascript flavour. However, this has to be re-written in the Perl flavour (PCRE) / (PCRE2)
(?<!x)(?<!\border\D*\W*)(?<!\...
Kamesh
Votes: 0
Answers: 1
Regex does not work on nearly identical raw data in Splunk
Im using Splunk (data monitoring) and I have a regex that checks our logs and needs to return some info of a job failure. The regex works pretty good but for one job failure it does not output anythin...
Terrace Grow
Votes: 0
Answers: 1