Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

RegEx Pattern that matches positive or negative values (e.g "1.2", "-2.8", "7.8", -22.8")

java regex

PHP regex digit length only 5 or 9

php regex

Java how to replace backslash? [duplicate]

java regex

Match a string containing a comma (eg 1,5)

java regex

RegEx.IsMatch() vs. String.ToUpper().Contains() performance

c# regex string

Remove <p> tags - Regular Expression (Regex)

html regex

Regex to strip a variable number of periods from username in email address?

regex replace mariadb

Difference between \z and \Z and \a and \A in Perl

regex perl

Python Regex to add space after dot or comma

python regex

What regex will capitalize any letters following whitespace?

regex perl

php: trim br tags from the beginning of a string?

php regex

String parsing, extracting numbers and letters

c# regex string text-parsing

help with Regex - need up to 3 number after the dot (.)

c# regex

How do I replace part of a string in C#?

c# regex

Replace symbol "%" with word "Percent"

regex special-characters

Regular expression to validate comma separated email addresses?

c# asp.net regex

jQuery pull currency without dollar sign

jquery regex replace

Regex: allow everything but some selected characters [duplicate]

Remove duplicate element within a row in a specific column

r regex dataframe dplyr subset

What does this Perl regex mean: m/(.*?):(.*?)$/g?

regex perl