Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Php lookahead assertion at the end of the regex

php regex regex-lookarounds

'Translation from jQuery to JavaScript'

javascript jquery html regex

Using (?<! regex assert without fixed width

html regex

Why does a regular expression with a positive lookbehind in Visual Studio cause every second match to be substituted?

regex visual-studio replace

I have regex to split string to words, numbers and punctuation marks list. How to make "a-z" and "0-9" single elements of list?

c# regex

Can't negate regular expression

Python split string based on conditional

python regex string split

JavaScript - match non-ascii symbols using regex

Delete the content of a string between a word and special character in java

java regex string

How to read a text file and search for a certain string before a colon and then show the content after the colon?

Apache Rewrite for images on subdomain

Regex to strip out greater than > and less than < characters from HTML string ignoring existing tags

java html regex

Regular expression: finding two elements not surrounding another element in text

regex

XSLT 2.0 regular expression replace

regex xml xslt xslt-2.0

Dynamic RegExp with case preservation in JavaScript

javascript regex replace

Getting the numeric value from a currency string in PHP

php html regex currency

Java regex negative lookahead to replace non-triple characters

java regex

Input pattern doesn't match completely in IE11, but in Chrome, FF

FireFox invalid regex group

javascript regex firefox

Regex to strip comments and multi-line comments and empty lines

php regex preg-replace