Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

What's the best way to validate a user-entered URL in a Cocoa application?

regex cocoa validation url

Why is a left parenthesis being escaped in this Regex?

c# .net regex

RegEx in awk and WinGrep

windows regex awk grep

What is the correct regular expression for an email address? [duplicate]

regex email

Remove brackets with regular expression in C#

c# regex string replace

How would I write a Java regex that gets the contents of a <script> tag?

java javascript regex gwt

Replacing escape characters in Powershell

regex powershell

How can I match a repeating pattern with Java regular expressions?

java regex

how to eliminate dots from filenames, except for the file extension

regex total-commander

Multiline Matching in Haskell Posix

Equivalent to Python’s findall() method in Ruby?

python ruby regex

How to concatenate regular expressions in JavaScript?

javascript regex

Windows text editor that shows/hides lines based on RegEx or Grep syntax?

How do I preserve the existing query string in a mod_rewrite rule

regex .htaccess mod-rewrite

regex matches repeating group {0,2} or {0,4} but {0,3} doesn't

regex pcre

Regex to find any character used more than 3 times in a string but not consecutively

regex

Java String split regex not working as expected

java regex

Make one gsub call instead of five

ruby regex replace gsub

How do I click on a specific button using cucumber/webrat when the name of the button starts with the same word?

Using a substring twice in regex

regex