34 Answered Questions
1 Answered Questions
[SOLVED] Reference - What does this regex mean?
- 2014-04-08 12:50:35
- HamZa
- 107804 View
- 52 Score
- 1 Answer
- Tags: regex
73 Answered Questions
[SOLVED] How to validate an email address using a regular expression?
- 2008-10-14 14:14:34
- acrosman
- 1169875 View
- 3211 Score
- 73 Answer
- Tags: regex validation email email-validation string-parsing
1 Answered Questions
[SOLVED] Learning Regular Expressions
- 2008-08-07 14:05:23
- Teifion
- 115639 View
- 166 Score
- 1 Answer
- Tags: regex
5 Answered Questions
[SOLVED] My regex is matching too much. How do I make it stop?
- 2008-08-22 14:10:40
- Mark Biek
- 37142 View
- 78 Score
- 5 Answer
- Tags: regex
88 Answered Questions
[SOLVED] How to validate an email address in JavaScript
- 2008-09-05 16:10:11
- pix0r
- 2820973 View
- 4128 Score
- 88 Answer
- Tags: javascript regex validation email email-validation
41 Answered Questions
[SOLVED] A comprehensive regex for phone number validation
- 2008-09-23 20:13:42
- Nicholas Trandem
- 884853 View
- 901 Score
- 41 Answer
- Tags: regex validation phone-number
29 Answered Questions
[SOLVED] Regular expression to match a line that doesn't contain a word
- 2009-01-02 07:30:16
- knaser
- 3169364 View
- 4135 Score
- 29 Answer
- Tags: regex regex-negation
15 Answered Questions
[SOLVED] What is a non-capturing group in regular expressions?
- 2010-08-18 13:17:47
- never_had_a_name
- 666391 View
- 1660 Score
- 15 Answer
- Tags: regex capturing-group regex-group
18 Answered Questions
[SOLVED] Using regular expressions to parse HTML: why not?
- 2009-02-26 14:24:18
- ntownsend
- 58944 View
- 202 Score
- 18 Answer
- Tags: regex html-parsing
52 Answered Questions
[SOLVED] What is the best regular expression to check if a string is a valid URL?
- 2008-10-02 10:53:17
- Vitor Silva
- 378938 View
- 754 Score
- 52 Answer
- Tags: regex url language-agnostic
11 Answered Questions
[SOLVED] What special characters must be escaped in regular expressions?
- 2008-12-29 23:32:04
- Igor Katson
- 260212 View
- 373 Score
- 11 Answer
- Tags: regex
8 Answered Questions
14 Answered Questions
[SOLVED] Is there a RegExp.escape function in Javascript?
- 2010-08-24 22:22:33
- Lance Pollard
- 105221 View
- 405 Score
- 14 Answer
- Tags: javascript regex
6 Answered Questions
[SOLVED] Why does a RegExp with global flag give wrong results?
- 2009-10-05 15:32:00
- about
- 42282 View
- 259 Score
- 6 Answer
- Tags: javascript regex
23 Answered Questions
19 Answered Questions
[SOLVED] How do you use a variable in a regular expression?
- 2009-01-30 00:11:05
- JC Grubbs
- 687707 View
- 1257 Score
- 19 Answer
- Tags: javascript regex
8 Answered Questions
18 Answered Questions
[SOLVED] How do you access the matched groups in a JavaScript regular expression?
- 2009-01-11 07:21:20
- nickf
- 722896 View
- 1280 Score
- 18 Answer
- Tags: javascript regex
12 Answered Questions
5 Answered Questions
[SOLVED] Why do regex constructors need to be double escaped?
- 2013-07-25 15:58:43
- Smurfette
- 11070 View
- 41 Score
- 5 Answer
- Tags: javascript regex
12 Answered Questions
[SOLVED] What do 'lazy' and 'greedy' mean in the context of regular expressions?
- 2010-02-20 06:17:34
- ajsie
- 223773 View
- 477 Score
- 12 Answer
- Tags: regex regex-greedy non-greedy
3 Answered Questions
8 Answered Questions
12 Answered Questions
9 Answered Questions
[SOLVED] Why it's not possible to use regex to parse HTML/XML: a formal explanation in layman's terms
- 2011-07-19 17:06:13
- mac
- 24932 View
- 110 Score
- 9 Answer
- Tags: regex language-agnostic
11 Answered Questions
[SOLVED] Can regular expressions be used to match nested patterns?
- 2008-09-25 14:17:40
- Richard Dorman
- 106248 View
- 224 Score
- 11 Answer
- Tags: regex nested finite-automata
2 Answered Questions
3 Answered Questions
[SOLVED] Warning: preg_replace(): Unknown modifier ']'
- 2013-12-20 14:05:39
- user3122995
- 33304 View
- 43 Score
- 3 Answer
- Tags: php regex wordpress preg-replace
3 Answered Questions
[SOLVED] Match whole string
- 2011-06-09 20:03:09
- Jake Pearson
- 125546 View
- 144 Score
- 3 Answer
- Tags: regex