Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

How to create a java regular expression pattern that would match a string only at certain positon?

java regex

regex detect word with 2+ number and 2+ character

Capitalize each first word of a sentence in a paragraph

python regex python-3.x

Grouping vertical bar-delimited options in a RegEx WITHOUT parentheses?

php regex backreference

WCF DataContract With List of RegExs Won't Serialize Properly

regex to match a column separated string unlesss it starts with a hyphen

regex

Error with Powershell add suffix to filenames based on prefix

Why isn't [\\s*] equivalent to \\s*?

java regex

regex/python to find and replace specific number within string

Java Pattern print capturing groups

java regex capturing-group

Find a string inside another string using re

python regex python-3.x

Python re.sub replace html attributes

python html regex

Perl Named Captured Group

regex perl

how to use preg_replace to remove all following style tag/pattern occurrences in a string?

php regex preg-replace

Regular Expression - Match substring that doesn't contain specified string literal

regex

How to remove all lowercase characters from a string using AWK?

regex linux awk

Java regex to match word with optional multiple comments between every 2 letters (how to back reference a regex subexpression)

java regex backreference

Perl splitting on multiple occurrence of the same pattern

regex perl

what does this regex mean "[^>]*

regex

Text replacement with backslash in a variable in Perl