Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

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

Javascript regexp replace all <br />'s

javascript regex

bash + sed: trim trailing zeroes off a floating point number?

regex bash sed floating-point

How can I quickly find the first line of a file that matches a regex?

regex perl sed grep

Getting the last number in a string (JavaScript)

javascript regex

determine "type of value" from a string in python

python regex types

Trying to get the last part of a URL with Regex

c# regex

Regular Expressions in C

c regex

Help on a better way to parses digits from a String in Java