Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Word boundary won't match the beginning or end in Javascript

python: how to interrupt a regex match

How to split a string based on punctuation marks and whitespace?

java regex

How do I fix this multiline regular expression in Ruby?

ruby regex multiline

Need help with Regular Expression for nine digit alphanumeric with minimum one space boundary

c# regex

Why does smartmatch return false when I match against a regex containing slashes?

regex perl smartmatch

How to neatly match "x" and "[x]" with a regex without repeating?

regex perl readability

Pattern.matches doesn't work, while replaceAll does

java regex

does java support if-then-else regexp constructs(Perl constructs)?

java regex perl

Bug with re.split function and re.DOTALL flag in re module of Python 2.7.1

python regex python-2.7

What is the right way to get a grapheme?

regex perl unicode grapheme

Python: How to prepend the string 'ub' to every pronounced vowel in a string?

python regex string nlp

Python 3: Searching A Large Text File With REGEX

python regex text python-3.x

get inner patterns recursively using regex c#

c# .net regex recursive-regex

Why order matters in this RegEx with alternation?

asp.net .net regex

Unicode, regular expressions and PyPy

python regex string unicode pypy

Calculate Number of Consecutive Characters in a String using Perl

regex perl

Find/Replace using grep and Textwrangler

regex grep

BASH - find specific folder with find and filter with regex

regex bash

replace() and replaceAll() in Java