Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

capturing words with optional prefiex

regex

Tell RegEx to ignore parenthesis when inside a quote

php regex regex-group

Regex to allow a user to type in a time - C#

c# regex textbox

RegEx in JavaScript .split()

javascript regex split

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

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?

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

regex bash sed

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

Are there named groups in Groovy regex pattern matches?

regex groovy

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

python regex string