Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Match single character in .net regex

c# regex

PowerShell - regex to get string between two strings

Piping of grep is not working with tail? [duplicate]

regex linux bash grep

Is this a bad regex pattern?

javascript regex

golang regex to find urls in a string

regex go

Combine two regexes

regex

searching for ip addresses except 127.0.0.1 using regular expressions

regex linux sed

How can I exclude a string if it ends in ".d.ts"?

regex gulp glob

Regex - Extract digits from a url

javascript regex

How to get all of attributes with regex?

php regex attributes

Why is performance of ^(?:x+y){5}$ slower than ^x+yx+yx+yx+yx+y$

java .net regex performance

awk solution for pattern matching and allowing one ambiguity/mismatch

regex awk grep

parsing regex - (Not enough )'s

c# regex

Regex : Split on comma , but exclude commas within parentheses and quotes(Both single & Double)

java regex

Split text by columns in PowerShell

regex powershell select awk

Notepad++:: Completely remove lines that contains question mark via Regex

perl regex put all matches into an array including full match

regex perl

Perl RE Matching: How can I use a variable for RE flags?

regex perl

How to regex split, but keep the split string?

python regex

PHP make a multidimensional associative array from key names in a string separated by brackets