Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

matching the regular expression with the whole string

php regex

This regex to strip punctuation also incorrectly makes the word Báenou into Benou

How do I use perl regex to extract the digit value from '[1]'?

regex perl

perl regex escape characters

regex perl

Is it ok to use £ as delimiter in preg_replace?

How to remove single line comments in php (eg "// remove this comment")?

php regex comments

JQuery change all elements text

jquery regex replace

jquery: how to get the text before and after a " - " with regex

javascript jquery regex

Perl: removing rest of the string after encountering a certain character

regex perl string

Checking whether two or more consecutive letters are uppercase

ruby regex

Capitalize first letter in Ruby with UTF-8 strings with exceptions

ruby regex

How the Perl regular expressions dialect/implementation is called?

JavaScript/jQuery Regex Replace Input Field with Valid Characters

newline replacement in string using regex

regex perl newline

Trim input field value to only alphanumeric characters/separate spaces with . with jQuery

Extracting numbers from text in coldfusion

regex coldfusion

Repeatedly match a perl expression for a specific/multiple number of times?

regex perl match repeat

How to remove special characters from the beginning of a string in Python

python regex string substring

Why with scala, using the same regular expression, using 2 different matching methods lead to 2 different results?

regex scala

What is the regular expression to remove whitespace inside brackets?

java regex