Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

scala: split string by commnas, ignoring commas between quotes [duplicate]

regex parsing scala

Can't find the correct regex syntax to match newline or end of string

python regex newline

How does this weird JavaScript function for primality check work? [duplicate]

javascript regex primes

Extract All Unique Lines

regex text-extraction

Redirect any urls to 404.html if not found in urls.py in django

Cut within a pattern using Python regex

"diff" tool's flavor of regex seems lacking?

regex diff

Using grep to match md5 hashes

regex linux string grep

What is up with [A-Z] meaning [A-Za-z]?

regex linux shell unix grep

How to replace text in text file using bat file script?

C# - Splitting on a pipe with an escaped pipe in the data?

c# regex escaping delimiter

How to write this regular expression in Lua?

regex lua pattern-matching

Perl regex substitute from hash

regex perl

Can I define custom character class shorthands?

java regex customization

How to Remove Duplicate Matches in a MatchCollection

c# regex duplicates match

How can I use regexextract function in Google Docs spreadsheets to get "all" occurrences of a string?

regex google-sheets

Python regex with question mark literal

python regex django

Can't map regular expression - java.lang.IllegalArgumentException: The number of capturing groups in the pattern segment

java regex spring-mvc

RegEx: Don't match a certain character if it's inside quotes

regex escaping quotes

vim yank all matches of regex group into register

regex vim regex-group yank