Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Replace a string when two strings exist in one regex in Perl

regex perl

Regex to capture groups in traceroute with Java8

java regex java-8

scrapy - How to retrieve a variable value using regex

python regex scrapy

Find text inside curly braces and replace text including curly braces

php regex: Alternative to backreference in negative lookbehind

.Net Core Regular Expressions, Named groups, nested groups, backreferences and lazy qualifier

c# .net regex .net-core

Visual Studio Code searching with regular expression flag modifiers?

regex visual-studio-code

A general regex to extract file paths (not urls)

python regex

SQL similar to regex, equivalents for start ^ and end $ of line

sql regex firebird

Find an alternating (letter or number) + letter pattern in a file name

python regex

Match a Query to a Regular Expression in SQL?

How can I validate the range 1-99 using a regex?

java regex validation

Removing pattern at the end of a string using sed or other bash tools

regex bash sed

C# Regex match anything inside Parentheses

c# regex parentheses

JMeter Proxy exclusion patterns still being recorded

regex jmeter

Regex for ONE-or-more letters/digits And ZERO-or-more spaces

java regex

Groovy extract substring before character

regex string groovy

write an ng-pattern to disallow whitespaces and special characters

regex angularjs

Regex to match words with hyphens and/or apostrophes

javascript regex

How can I split this comma-delimited string in Python? [duplicate]

python regex string