68 Commits

Author SHA1 Message Date
GrayLand
381dcc986e Merge remote-tracking branch 'zeeshanu/master'
# Conflicts:
#	README.md
2017-08-15 09:20:03 +08:00
Piper Chester
7b76a4a726 README: 'new line' -> 'newline' (#47) 2017-08-14 06:41:02 -07:00
Kenichiro IDA
22c6868755 Translate to Japanese (#46)
* Translate to Japanese

* Modify anchors

* Fix a typo

* Fix a typo
2017-08-14 02:42:39 -07:00
tldzyx
250d538b3c Update README-cn.md (#43) 2017-08-12 00:04:46 -07:00
Zeeshan Ahmed
e8532bf629 Fixes #29 grammatical mistakes 2017-08-12 06:42:44 +05:00
Daniele Foroni
fc81f7b39d Added regex for Italian date format (#35) 2017-08-11 17:47:07 -07:00
Tibor Martini
23a0431e85 Update email regex to match gTLDs (#32) 2017-08-11 17:46:13 -07:00
Tibor Martini
d60813e00f Update README.md (#31) 2017-08-11 17:41:43 -07:00
Loisaida Sam
c1cfb1e6fe Username update (#39)
As pointed out by @jdp - `\d` and `_` are a subset of `\w`.

Maybe worth mentioning that most places don't allow usernames to start with a number, underscore, or dot.

Even more generally speaking, these are nice toy/model illustrations, but maybe it's worth pointing out that while fun for practice, maybe regex isn't the best way to validate some of these things.
2017-08-11 07:01:09 -07:00
Zeeshan Ahmed
e390ba3fb2 Add translations section in readme 2017-08-11 18:53:12 +05:00
Zeeshan Ahmed
1bca89cd88 Rename readme 2017-08-11 14:42:25 +01:00
Zeeshan Ahmed
41a1cfc06f Update image link 2017-08-11 14:40:19 +01:00
Guilin Lan
f8fdcdc03a Translated to Chinese. (#33) 2017-08-11 06:00:41 -07:00
GrayLand
f4c1d1e274 1-> Translated to Chinese. 2017-08-10 16:19:24 +08:00
Zeeshan Ahmed
436326e632 Fix #30 - Update html special character 2017-08-05 10:26:49 +01:00
Falak
46af8e3ea0 Fix #27 and grammatical fixes
* Addressing Hashtags and @mentions 

Added both cases in the bonus section

* Minor grammatical fixes

Fixes to issue #27
2017-08-01 15:59:35 +05:00
Zeeshan Ahmed
021920c8f9 Update examples and test expression link 2017-07-30 04:58:59 +01:00
Zeeshan Ahmed
6098d27dca fix #26 - Change braces example 2017-07-30 04:31:07 +01:00
Zeeshan Ahmed
798a3407a9 fixes #22 and #5 2017-07-28 04:24:38 +01:00
Aziz Yokubjonov
261b8f6984 Fix typos (#25) 2017-07-28 05:25:05 +05:00
Iain Gillis
bf689d9057 Replace braces word with parentheses (#23)
Change wording to reflect notation in section covering lookaheads and lookbehinds: braces (i.e., ` { } `) --> parentheses (i.e., ` ( ) `)
2017-07-28 05:23:14 +05:00
Imangazaliev
49960ef20d Add tests for regular expressions (#20) 2017-07-27 14:12:07 +05:00
Bruno Perel
766f124479 Fix typos and syntax (#19) 2017-07-27 14:06:36 +05:00
Falak
8af2fe0ac2 Minor corrections, typo fixes and example update (#14) 2017-07-26 19:59:29 +05:00
Zeeshan Ahmed
572c456c7f Fix formatting 2017-07-26 02:24:16 +01:00
Zeeshan Ahmed
c2bafa6f8b Fix typo 2017-07-26 02:19:11 +01:00
Zeeshan Ahmed
8be5e09289 Merge 2017-07-26 02:06:20 +01:00
Zeeshan Ahmed
317c38249f Fix expression in examples 2017-07-26 02:05:27 +01:00
Zeeshan Ahmed
7cac291415 Update README.md 2017-07-26 05:38:33 +05:00
Samuel Marchal
7a1cbc5bd2 Minor fixes (#1) 2017-07-26 05:30:20 +05:00
Ankur Sundara
4831a466e6 Fix lookaround link in Table of Contents (#3) 2017-07-26 05:29:19 +05:00
Chandan Rai
530f4387ba corrected typos (#6) 2017-07-26 05:28:57 +05:00
dandanio
0356005d11 The [a-z]* does not match *The*, just *he* (#8) 2017-07-26 05:28:17 +05:00
dandanio
e663c9fac6 Error in example. {2} =/= {2,3} (#10) 2017-07-26 05:27:41 +05:00
Curtis Autery
d1d4911e6b Periods in groups mean periods, not any character (#9) 2017-07-26 05:25:26 +05:00
Zeeshan Ahmed
b401be1793 Update image link 2017-07-25 10:55:49 +01:00
Zeeshan Ahmed
df2488b72b Update 2017-07-25 10:53:16 +01:00
Zeeshan Ahmed
728d606772 Update 2017-07-25 10:50:46 +01:00
Zeeshan Ahmed
c67970ccba Add bonus 2017-07-25 08:54:14 +01:00
Zeeshan Ahmed
062ed40818 Update table of contents 2017-07-25 06:45:22 +01:00
Zeeshan Ahmed
d4cc1cf36b Add lookaround 2017-07-25 06:43:40 +01:00
Zeeshan Ahmed
fb6a781d10 Add flags 2017-07-25 03:43:52 +01:00
Zeeshan Ahmed
a2944dc149 Add regex flags 2017-07-24 12:27:25 +01:00
Zeeshan Ahmed
84c270e189 Add shorthand character sets 2017-07-24 12:04:25 +01:00
Zeeshan Ahmed
6b1ff1f55a Add anchors 2017-07-24 11:24:48 +01:00
Zeeshan Ahmed
63301d61ec Add escaping special character 2017-07-24 10:33:42 +01:00
Zeeshan Ahmed
000dd57a29 Add alternation 2017-07-24 09:12:30 +01:00
Zeeshan Ahmed
9e17be376d Add character group 2017-07-24 08:23:14 +01:00
Zeeshan Ahmed
05a7e907ee Add quantifiers 2017-07-24 05:55:37 +01:00
Zeeshan Ahmed
6ac2788d47 Highlight matchers 2017-07-24 02:33:46 +01:00