Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Multiple occurences of same character in a string regexp - Python

python regex

Optional Character in PHP Regular Expression Replace

php regex

What does double square brackets [[]] mean in a regex?

javascript regex

Explain this R regex

regex r

Regex/Javascript for Matching Values in Parenthesis

javascript regex

How can I redirect all URLs containing an IP address to my www domain?

How to remove commas between double quotes in PHP

php regex quotes double-quotes

Remove part of String following regex match in Java

java regex string match

PHP-REGEX: accented letters matches non-accented ones, and vice versa. How to achieve this?

Regex for keywords

regex f#

Regex to transform hashtag in a link without breaking existing HTML code

javascript html regex

Why won't preg_match work?

php regex preg-match

C# Memory Leak?

c# regex memory-leaks

Simple Javascript replace with a loop

Retrieve text in HTML with powershell

html regex powershell

How to use a variable in regexp expression (TCL/Expect)

regex tcl expect

UB: C#'s Regex.Match returns whole string instead of part when matching

c# regex right-to-left

Regex for matching a character, but not when it's enclosed in square bracket

c# .net regex

How to escape $ in java?

Can I write regex expression to check a password for some conditions?