Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

awk regex start of line anchor matches whitespace

regex bash awk

RegEx for selecting the first element of a path

regex path

How to match string (with regular expression) that begins with a string

regex linux bash

Capturing groups don't work as expected with Ruby scan method

ruby regex

Can RegEx be used with Meteor "check" package?

regex meteor meteor-helper

Why is there no definition for std::regex_traits<char32_t> (and thus no std::basic_regex<char32_t>) provided?

c++ regex c++11

Can someone explain what /^(\-|\+)?([0-9]+|Infinity)$/ is?

javascript regex

Can I create list from regular expressions?

python regex

How to find recurring word groups in text with C#? [closed]

c# regex text

Grok - parsing optional fields

How to extract a date from a string and put it into a date variable in Java

java regex string date

Does %{REQUEST_URI} always begin with slash?

Match regex with numeric value and decimal

ruby regex

nginx rewrite regex min,max repetition

regex nginx url-rewriting

Javascript - Regex to replace last 4 digit

javascript regex

Split String in java by specified pattern

java regex string split

How to correctly validate number ranges in HTML Input? (Angular 2)

regex html forms angular

Regular expressions in expect

regex expect

regex: Why this negative lookahead doesn't work?

regex

What is the advantage of unroll the loop compared to shorter regex notation with quantified alternatives?

javascript regex