AndyZ
499de93acd
Something really need to be clarified ( #48 )
...
* Something really need to be clarified
the `+` is tricky
* add explanation on the optional ?
Thanks for the great project , hope this can help to clarify a bit in Chinese
* Change a bit on .
some typo corrected
2017-08-16 04:51:08 -07:00
Abel
3cb7983839
更新了部分译文 ( #56 )
...
* Update README-cn.md
* Update README-cn.md
2017-08-16 04:43:26 -07:00
Alex Sun
94c90e66c3
fix format ( #55 )
...
replace `~` with `~` to avoid incorrect format
2017-08-16 04:38:18 -07:00
Zeeshan Ahmed
8cb2f7d6cd
Update README-ja.md
2017-08-16 08:29:42 +05:00
Zeeshan Ahmed
070093d1e6
Update README-es.md
2017-08-16 08:29:24 +05:00
Zeeshan Ahmed
fa9da320c9
Update README.md
2017-08-16 08:29:05 +05:00
Zeeshan Ahmed
4ab2af3c4c
Update translations link
2017-08-16 08:27:43 +05:00
Zeeshan Ahmed
4158a0385f
Update translations in README.md
2017-08-16 08:26:23 +05:00
Emmanuel Arias
02dd4cdb53
Add spanish version ( #52 )
...
* [WIP] Add spanish version
* Spanish translation finished. Ready for merge
2017-08-15 20:23:22 -07:00
binafor
ff3808ed94
fix typo ( #49 )
2017-08-14 20:18:41 -07: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
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