Regular Expressions 101

Save & Share

Flavor

  • PCRE2 (PHP >=7.3)
  • PCRE (PHP <7.3)
  • ECMAScript (JavaScript)
  • Python
  • Golang
  • Java 8
  • .NET 7.0 (C#)
  • Rust
  • Regex Flavor Guide

Function

  • Match
  • Substitution
  • List
  • Unit Tests

Tools

Sponsors
An explanation of your regex will be automatically generated as you type.
Detailed match information will be displayed here automatically.
  • All Tokens
  • Common Tokens
  • General Tokens
  • Anchors
  • Meta Sequences
  • Quantifiers
  • Group Constructs
  • Character Classes
  • Flags/Modifiers
  • Substitution
  • A single character of: a, b or c
    [abc]
  • A character except: a, b or c
    [^abc]
  • A character in the range: a-z
    [a-z]
  • A character not in the range: a-z
    [^a-z]
  • A character in the range: a-z or A-Z
    [a-zA-Z]
  • Any single character
    .
  • Alternate - match either a or b
    a|b
  • Any whitespace character
    \s
  • Any non-whitespace character
    \S
  • Any digit
    \d
  • Any non-digit
    \D
  • Any word character
    \w
  • Any non-word character
    \W
  • Match everything enclosed
    (?:...)
  • Capture everything enclosed
    (...)
  • Zero or one of a
    a?
  • Zero or more of a
    a*
  • One or more of a
    a+
  • Exactly 3 of a
    a{3}
  • 3 or more of a
    a{3,}
  • Between 3 and 6 of a
    a{3,6}
  • Start of string
    ^
  • End of string
    $
  • A word boundary
    \b
  • Non-word boundary
    \B

Regular Expression
No Match

@"
"
gm

Test String

Code Generator

Generated Code

using System; using System.Text.RegularExpressions; public class Example { public static void Main() { string pattern = @"^\s*vm.Chapters = (\[[\w\d\s:\"",{}-]*\]);$"; string input = @" { ""@context"": ""http://schema.org"", ""@type"": ""WebPage"", ""breadcrumb"":{ ""@type"": ""BreadcrumbList"", ""itemListElement"": [{ ""@type"": ""ListItem"", ""position"": 1, ""item"": { ""@id"" : ""https://mangasee123.com"", ""name"": ""MangaSee"" } }] }, ""mainEntity"":{ ""@type"": ""CreativeWork"", ""name"": ""The Gamer"", ""about"": ""Read The Gamer Manga Online For Free. You can read the latest chapters of The Gamer Manga on MangaSee."", ""alternateName"": [""The Gamer""], ""author"": [""Sang-Ah""], ""genre"": [""Action"",""Comedy"",""School Life"",""Shounen"",""Supernatural""], ""datePublished"": ""2019-04-02 17:54:41"", ""dateModified"": ""2022-03-30 23:36:37"" } } </script> <script> function MainFunction($http){ var vm = this; vm.Logout = function(){ vm.Authenticating = true; vm.AuthWarning = ""; vm.ResetSuccess = ""; $http({ method: ""POST"", url: ""/auth/logout.php"" }).then(function(b) { location.reload(); }, function(b) { }); }; vm.Test = function(){ alert(""HI""); }; vm.IndexName = ""The-Gamer""; vm.CaptchaPublicKey = ""6Ld2-aMZAAAAAD9ESUQP8ijtHxtoWAwv2DOsJJ0n""; vm.Chapters = [{""Chapter"":""500670"",""Type"":""S5 - Chapter"",""Date"":""2022-03-30 23:36:37"",""ChapterName"":null},{""Chapter"":""500660"",""Type"":""S5 - Chapter"",""Date"":""2022-03-30 23:36:37"",""ChapterName"":null},{""Chapter"":""500650"",""Type"":""S5 - Chapter"",""Date"":""2022-03-25 18:58:52"",""ChapterName"":null},{""Chapter"":""500640"",""Type"":""S5 - Chapter"",""Date"":""2022-03-25 18:58:52"",""ChapterName"":null},{""Chapter"":""500630"",""Type"":""S5 - Chapter"",""Date"":""2022-03-19 23:18:42"",""ChapterName"":null},{""Chapter"":""500620"",""Type"":""S5 - Chapter"",""Date"":""2022-03-19 23:19:37"",""ChapterName"":null},{""Chapter"":""500610"",""Type"":""S5 - Chapter"",""Date"":""2022-03-09 05:32:19"",""ChapterName"":null},{""Chapter"":""500600"",""Type"":""S5 - Chapter"",""Date"":""2022-03-05 21:07:44"",""ChapterName"":null},{""Chapter"":""500590"",""Type"":""S5 - Chapter"",""Date"":""2022-03-01 14:34:55"",""ChapterName"":null},{""Chapter"":""500580"",""Type"":""S5 - Chapter"",""Date"":""2022-02-26 22:13:17"",""ChapterName"":null},{""Chapter"":""500570"",""Type"":""S5 - Chapter"",""Date"":""2022-02-20 05:31:38"",""ChapterName"":null},{""Chapter"":""500560"",""Type"":""S5 - Chapter"",""Date"":""2022-02-20 05:31:38"",""ChapterName"":null},{""Chapter"":""500550"",""Type"":""S5 - Chapter"",""Date"":""2022-02-15 21:11:01"",""ChapterName"":null},{""Chapter"":""500540"",""Type"":""S5 - Chapter"",""Date"":""2022-02-07 02:42:03"",""ChapterName"":null},{""Chapter"":""500530"",""Type"":""S5 - Chapter"",""Date"":""2022-01-29 14:40:41"",""ChapterName"":null},{""Chapter"":""500520"",""Type"":""S5 - Chapter"",""Date"":""2022-01-24 14:57:47"",""ChapterName"":null},{""Chapter"":""500510"",""Type"":""S5 - Chapter"",""Date"":""2022-01-21 04:30:27"",""ChapterName"":null},{""Chapter"":""500500"",""Type"":""S5 - Chapter"",""Date"":""2022-01-14 23:36:59"",""ChapterName"":null},{""Chapter"":""500490"",""Type"":""S5 - Chapter"",""Date"":""2022-01-14 23:36:59"",""ChapterName"":null},{""Chapter"":""500480"",""Type"":""S5 - Chapter"",""Date"":""2022-01-14 23:36:59"",""ChapterName"":null},{""Chapter"":""500470"",""Type"":""S5 - Chapter"",""Date"":""2022-01-07 23:25:16"",""ChapterName"":null},{""Chapter"":""500460"",""Type"":""S5 - Chapter"",""Date"":""2021-12-24 21:14:20"",""ChapterName"":null},{""Chapter"":""500450"",""Type"":""S5 - Chapter"",""Date"":""2021-12-04 00:26:18"",""ChapterName"":null},{""Chapter"":""500440"",""Type"":""S5 - Chapter"",""Date"":""2021-11-29 14:36:28"",""ChapterName"":null},{""Chapter"":""500430"",""Type"":""S5 - Chapter"",""Date"":""2021-11-01 19:01:24"",""ChapterName"":null},{""Chapter"":""500420"",""Type"":""S5 - Chapter"",""Date"":""2021-11-01 18:57:00"",""ChapterName"":null},{""Chapter"":""500410"",""Type"":""S5 - Chapter"",""Date"":""2021-10-05 09:20:55"",""ChapterName"":null},{""Chapter"":""500400"",""Type"":""S5 - Chapter"",""Date"":""2021-09-24 19:28:23"",""ChapterName"":null},{""Chapter"":""500390"",""Type"":""S5 - Chapter"",""Date"":""2021-09-24 19:28:23"",""ChapterName"":null},{""Chapter"":""500380"",""Type"":""S5 - Chapter"",""Date"":""2021-09-24 19:28:23"",""ChapterName"":null},{""Chapter"":""500370"",""Type"":""S5 - Chapter"",""Date"":""2021-09-24 19:28:23"",""ChapterName"":null},{""Chapter"":""500360"",""Type"":""S5 - Chapter"",""Date"":""2021-09-20 02:32:28"",""ChapterName"":null},{""Chapter"":""500350"",""Type"":""S5 - Chapter"",""Date"":""2021-09-13 07:57:18"",""ChapterName"":null},{""Chapter"":""500340"",""Type"":""S5 - Chapter"",""Date"":""2021-08-24 08:45:05"",""ChapterName"":null},{""Chapter"":""500330"",""Type"":""S5 - Chapter"",""Date"":""2021-08-08 02:27:10"",""ChapterName"":null},{""Chapter"":""500320"",""Type"":""S5 - Chapter"",""Date"":""2021-08-03 16:48:48"",""ChapterName"":null},{""Chapter"":""500310"",""Type"":""S5 - Chapter"",""Date"":""2021-07-28 00:12:36"",""ChapterName"":null},{""Chapter"":""500300"",""Type"":""S5 - Chapter"",""Date"":""2021-07-15 02:50:27"",""ChapterName"":null},{""Chapter"":""500290"",""Type"":""S5 - Chapter"",""Date"":""2021-07-05 14:59:21"",""ChapterName"":null},{""Chapter"":""500280"",""Type"":""S5 - Chapter"",""Date"":""2021-06-25 00:31:59"",""ChapterName"":null},{""Chapter"":""500270"",""Type"":""S5 - Chapter"",""Date"":""2021-06-17 17:25:05"",""ChapterName"":null},{""Chapter"":""500260"",""Type"":""S5 - Chapter"",""Date"":""2021-06-15 17:54:14"",""ChapterName"":null},{""Chapter"":""500250"",""Type"":""S5 - Chapter"",""Date"":""2021-05-31 17:19:17"",""ChapterName"":null},{""Chapter"":""500240"",""Type"":""S5 - Chapter"",""Date"":""2021-05-26 05:55:19"",""ChapterName"":null},{""Chapter"":""500230"",""Type"":""S5 - Chapter"",""Date"":""2021-05-14 21:39:58"",""ChapterName"":null},{""Chapter"":""500220"",""Type"":""S5 - Chapter"",""Date"":""2021-05-05 14:45:59"",""ChapterName"":null},{""Chapter"":""500210"",""Type"":""S5 - Chapter"",""Date"":""2021-04-29 02:09:20"",""ChapterName"":null},{""Chapter"":""500200"",""Type"":""S5 - Chapter"",""Date"":""2021-04-23 04:49:05"",""ChapterName"":null},{""Chapter"":""500190"",""Type"":""S5 - Chapter"",""Date"":""2021-04-16 00:01:46"",""ChapterName"":null},{""Chapter"":""500180"",""Type"":""S5 - Chapter"",""Date"":""2021-04-08 07:47:55"",""ChapterName"":null},{""Chapter"":""500170"",""Type"":""S5 - Chapter"",""Date"":""2021-03-24 13:54:40"",""ChapterName"":null},{""Chapter"":""500160"",""Type"":""S5 - Chapter"",""Date"":""2021-03-18 23:09:28"",""ChapterName"":null},{""Chapter"":""500150"",""Type"":""S5 - Chapter"",""Date"":""2021-03-09 21:44:58"",""ChapterName"":null},{""Chapter"":""500140"",""Type"":""S5 - Chapter"",""Date"":""2021-03-04 20:41:42"",""ChapterName"":null},{""Chapter"":""500130"",""Type"":""S5 - Chapter"",""Date"":""2021-02-26 17:07:06"",""ChapterName"":null},{""Chapter"":""500120"",""Type"":""S5 - Chapter"",""Date"":""2021-02-17 17:12:19"",""ChapterName"":null},{""Chapter"":""500110"",""Type"":""S5 - Chapter"",""Date"":""2021-02-13 16:06:51"",""ChapterName"":null},{""Chapter"":""500100"",""Type"":""S5 - Chapter"",""Date"":""2021-02-12 15:14:15"",""ChapterName"":null},{""Chapter"":""500090"",""Type"":""S5 - Chapter"",""Date"":""2021-01-26 21:15:22"",""ChapterName"":null},{""Chapter"":""500080"",""Type"":""S5 - Chapter"",""Date"":""2021-01-22 14:11:19"",""ChapterName"":null},{""Chapter"":""500070"",""Type"":""S5 - Chapter"",""Date"":""2021-01-17 20:12:35"",""ChapterName"":null},{""Chapter"":""500060"",""Type"":""S5 - Chapter"",""Date"":""2021-01-06 19:05:01"",""ChapterName"":null},{""Chapter"":""500050"",""Type"":""S5 - Chapter"",""Date"":""2021-01-01 21:25:03"",""ChapterName"":null},{""Chapter"":""500040"",""Type"":""S5 - Chapter"",""Date"":""2020-12-25 23:51:42"",""ChapterName"":null},{""Chapter"":""500030"",""Type"":""S5 - Chapter"",""Date"":""2020-12-25 23:51:42"",""ChapterName"":null},{""Chapter"":""500020"",""Type"":""S5 - Chapter"",""Date"":""2020-12-22 21:41:40"",""ChapterName"":null},{""Chapter"":""500010"",""Type"":""S5 - Chapter"",""Date"":""2020-12-21 03:22:10"",""ChapterName"":null},{""Chapter"":""401540"",""Type"":""S4 - Chapter"",""Date"":""2020-10-23 03:08:53"",""ChapterName"":null},{""Chapter"":""401530"",""Type"":""S4 - Chapter"",""Date"":""2020-10-16 03:09:00"",""ChapterName"":null},{""Chapter"":""401520"",""Type"":""S4 - Chapter"",""Date"":""2020-10-09 03:21:09"",""ChapterName"":null},{""Chapter"":""401510"",""Type"":""S4 - Chapter"",""Date"":""2020-10-02 03:14:56"",""ChapterName"":null},{""Chapter"":""401500"",""Type"":""S4 - Chapter"",""Date"":""2020-09-10 23:49:33"",""ChapterName"":null},{""Chapter"":""401490"",""Type"":""S4 - Chapter"",""Date"":""2020-09-07 04:56:49"",""ChapterName"":null},{""Chapter"":""401480"",""Type"":""S4 - Chapter"",""Date"":""2020-09-07 04:56:49"",""ChapterName"":null},{""Chapter"":""401470"",""Type"":""S4 - Chapter"",""Date"":""2020-08-28 03:10:31"",""ChapterName"":null},{""Chapter"":""401460"",""Type"":""S4 - Chapter"",""Date"":""2020-08-21 03:06:56"",""ChapterName"":null},{""Chapter"":""401450"",""Type"":""S4 - Chapter"",""Date"":""2020-08-14 03:35:48"",""ChapterName"":null},{""Chapter"":""401440"",""Type"":""S4 - Chapter"",""Date"":""2020-08-07 03:10:31"",""ChapterName"":null},{""Chapter"":""401430"",""Type"":""S4 - Chapter"",""Date"":""2020-07-31 03:08:07"",""ChapterName"":null},{""Chapter"":""401420"",""Type"":""S4 - Chapter"",""Date"":""2020-07-24 03:27:19"",""ChapterName"":null},{""Chapter"":""401410"",""Type"":""S4 - Chapter"",""Date"":""2020-07-17 03:07:30"",""ChapterName"":null},{""Chapter"":""401400"",""Type"":""S4 - Chapter"",""Date"":""2020-07-10 03:06:38"",""ChapterName"":null},{""Chapter"":""401390"",""Type"":""S4 - Chapter"",""Date"":""2020-07-03 03:06:41"",""ChapterName"":null},{""Chapter"":""401380"",""Type"":""S4 - Chapter"",""Date"":""2020-06-26 03:10:22"",""ChapterName"":null},{""Chapter"":""401370"",""Type"":""S4 - Chapter"",""Date"":""2020-06-19 03:26:09"",""ChapterName"":null},{""Chapter"":""401360"",""Type"":""S4 - Chapter"",""Date"":""2020-06-12 03:26:44"",""ChapterName"":null},{""Chapter"":""401350"",""Type"":""S4 - Chapter"",""Date"":""2020-06-05 03:52:17"",""ChapterName"":null},{""Chapter"":""401340"",""Type"":""S4 - Chapter"",""Date"":""2020-05-29 03:25:36"",""ChapterName"":null},{""Chapter"":""401330"",""Type"":""S4 - Chapter"",""Date"":""2020-05-22 03:14:28"",""ChapterName"":null},{""Chapter"":""401320"",""Type"":""S4 - Chapter"",""Date"":""2020-05-15 03:09:12"",""ChapterName"":null},{""Chapter"":""401310"",""Type"":""S4 - Chapter"",""Date"":""2020-05-08 03:33:42"",""ChapterName"":""},{""Chapter"":""401300"",""Type"":""S4 - Chapter"",""Date"":""2020-05-01 03:16:03"",""ChapterName"":""},{""Chapter"":""401290"",""Type"":""S4 - Chapter"",""Date"":""2020-04-24 03:17:27"",""ChapterName"":""},{""Chapter"":""401280"",""Type"":""S4 - Chapter"",""Date"":""2020-04-17 03:20:06"",""ChapterName"":""},{""Chapter"":""401270"",""Type"":""S4 - Chapter"",""Date"":""2020-04-10 03:26:02"",""ChapterName"":""},{""Chapter"":""401260"",""Type"":""S4 - Chapter"",""Date"":""2020-04-03 03:39:21"",""ChapterName"":""},{""Chapter"":""401250"",""Type"":""S4 - Chapter"",""Date"":""2020-03-27 02:14:27"",""ChapterName"":""},{""Chapter"":""401240"",""Type"":""S4 - Chapter"",""Date"":""2020-03-20 02:14:00"",""ChapterName"":""},{""Chapter"":""401230"",""Type"":""S4 - Chapter"",""Date"":""2020-03-13 02:12:32"",""ChapterName"":""},{""Chapter"":""401220"",""Type"":""S4 - Chapter"",""Date"":""2020-03-06 03:06:03"",""ChapterName"":""},{""Chapter"":""401210"",""Type"":""S4 - Chapter"",""Date"":""2020-02-28 03:22:20"",""ChapterName"":""},{""Chapter"":""401200"",""Type"":""S4 - Chapter"",""Date"":""2020-02-21 03:45:33"",""ChapterName"":""},{""Chapter"":""401190"",""Type"":""S4 - Chapter"",""Date"":""2020-02-14 03:46:20"",""ChapterName"":""},{""Chapter"":""401180"",""Type"":""S4 - Chapter"",""Date"":""2020-02-07 03:07:57"",""ChapterName"":""},{""Chapter"":""401170"",""Type"":""S4 - Chapter"",""Date"":""2020-01-31 03:19:55"",""ChapterName"":""},{""Chapter"":""401160"",""Type"":""S4 - Chapter"",""Date"":""2020-01-24 06:17:03"",""ChapterName"":""},{""Chapter"":""401150"",""Type"":""S4 - Chapter"",""Date"":""2020-01-17 07:17:19"",""ChapterName"":""},{""Chapter"":""401140"",""Type"":""S4 - Chapter"",""Date"":""2020-01-10 03:47:26"",""ChapterName"":""},{""Chapter"":""401130"",""Type"":""S4 - Chapter"",""Date"":""2020-01-03 03:36:43"",""ChapterName"":""},{""Chapter"":""401120"",""Type"":""S4 - Chapter"",""Date"":""2019-12-27 03:19:50"",""ChapterName"":""},{""Chapter"":""401110"",""Type"":""S4 - Chapter"",""Date"":""2019-12-20 03:27:40"",""ChapterName"":""},{""Chapter"":""401100"",""Type"":""S4 - Chapter"",""Date"":""2019-12-13 05:10:08"",""ChapterName"":""},{""Chapter"":""401090"",""Type"":""S4 - Chapter"",""Date"":""2019-12-06 03:43:39"",""ChapterName"":""},{""Chapter"":""401080"",""Type"":""S4 - Chapter"",""Date"":""2019-11-29 04:23:23"",""ChapterName"":""},{""Chapter"":""401070"",""Type"":""S4 - Chapter"",""Date"":""2019-11-22 03:54:18"",""ChapterName"":""},{""Chapter"":""401060"",""Type"":""S4 - Chapter"",""Date"":""2019-11-15 03:39:01"",""ChapterName"":""},{""Chapter"":""401050"",""Type"":""S4 - Chapter"",""Date"":""2019-11-08 07:16:22"",""ChapterName"":""},{""Chapter"":""401040"",""Type"":""S4 - Chapter"",""Date"":""2019-11-01 14:24:33"",""ChapterName"":""},{""Chapter"":""401030"",""Type"":""S4 - Chapter"",""Date"":""2019-10-25 03:59:16"",""ChapterName"":""},{""Chapter"":""401020"",""Type"":""S4 - Chapter"",""Date"":""2019-10-18 06:46:30"",""ChapterName"":""},{""Chapter"":""401010"",""Type"":""S4 - Chapter"",""Date"":""2019-10-11 05:33:40"",""ChapterName"":""},{""Chapter"":""401000"",""Type"":""S4 - Chapter"",""Date"":""2019-10-04 03:34:10"",""ChapterName"":""},{""Chapter"":""400990"",""Type"":""S4 - Chapter"",""Date"":""2019-09-27 04:11:57"",""ChapterName"":""},{""Chapter"":""400980"",""Type"":""S4 - Chapter"",""Date"":""2019-09-20 03:53:24"",""ChapterName"":""},{""Chapter"":""400970"",""Type"":""S4 - Chapter"",""Date"":""2019-09-13 08:05:27"",""ChapterName"":""},{""Chapter"":""400960"",""Type"":""S4 - Chapter"",""Date"":""2019-09-06 04:20:28"",""ChapterName"":""},{""Chapter"":""400950"",""Type"":""S4 - Chapter"",""Date"":""2019-08-30 03:47:49"",""ChapterName"":""},{""Chapter"":""400940"",""Type"":""S4 - Chapter"",""Date"":""2019-08-23 16:26:01"",""ChapterName"":""},{""Chapter"":""400930"",""Type"":""S4 - Chapter"",""Date"":""2019-08-16 06:27:44"",""ChapterName"":""},{""Chapter"":""400920"",""Type"":""S4 - Chapter"",""Date"":""2019-08-09 18:01:59"",""ChapterName"":""},{""Chapter"":""400910"",""Type"":""S4 - Chapter"",""Date"":""2019-08-02 08:04:39"",""ChapterName"":""},{""Chapter"":""400900"",""Type"":""S4 - Chapter"",""Date"":""2019-07-26 03:28:07"",""ChapterName"":""},{""Chapter"":""400890"",""Type"":""S4 - Chapter"",""Date"":""2019-07-19 04:48:54"",""ChapterName"":""},{""Chapter"":""400880"",""Type"":""S4 - Chapter"",""Date"":""2019-07-12 05:16:02"",""ChapterName"":""},{""Chapter"":""400870"",""Type"":""S4 - Chapter"",""Date"":""2019-07-05 04:33:07"",""ChapterName"":""},{""Chapter"":""400860"",""Type"":""S4 - Chapter"",""Date"":""2019-06-28 03:54:24"",""ChapterName"":""},{""Chapter"":""400850"",""Type"":""S4 - Chapter"",""Date"":""2019-06-21 03:37:52"",""ChapterName"":""},{""Chapter"":""400840"",""Type"":""S4 - Chapter"",""Date"":""2019-06-14 07:08:51"",""ChapterName"":""},{""Chapter"":""400830"",""Type"":""S4 - Chapter"",""Date"":""2019-06-07 03:29:24"",""ChapterName"":""},{""Chapter"":""400820"",""Type"":""S4 - Chapter"",""Date"":""2019-05-31 04:26:03"",""ChapterName"":""},{""Chapter"":""400810"",""Type"":""S4 - Chapter"",""Date"":""2019-05-24 03:32:05"",""ChapterName"":""},{""Chapter"":""400800"",""Type"":""S4 - Chapter"",""Date"":""2019-05-17 03:24:51"",""ChapterName"":""},{""Chapter"":""400790"",""Type"":""S4 - Chapter"",""Date"":""2019-05-10 03:27:22"",""ChapterName"":""},{""Chapter"":""400780"",""Type"":""S4 - Chapter"",""Date"":""2019-05-03 03:35:49"",""ChapterName"":""},{""Chapter"":""400770"",""Type"":""S4 - Chapter"",""Date"":""2019-04-26 04:10:46"",""ChapterName"":""},{""Chapter"":""400760"",""Type"":""S4 - Chapter"",""Date"":""2019-04-19 03:10:46"",""ChapterName"":""},{""Chapter"":""400750"",""Type"":""S4 - Chapter"",""Date"":""2019-04-12 04:04:45"",""ChapterName"":""},{""Chapter"":""400740"",""Type"":""S4 - Chapter"",""Date"":""2019-04-05 03:53:31"",""ChapterName"":""},{""Chapter"":""400730"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:23"",""ChapterName"":""},{""Chapter"":""400720"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:23"",""ChapterName"":""},{""Chapter"":""400710"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:23"",""ChapterName"":""},{""Chapter"":""400700"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:23"",""ChapterName"":""},{""Chapter"":""400690"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:22"",""ChapterName"":""},{""Chapter"":""400680"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:22"",""ChapterName"":""},{""Chapter"":""400670"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:22"",""ChapterName"":""},{""Chapter"":""400660"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:22"",""ChapterName"":""},{""Chapter"":""400650"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:22"",""ChapterName"":""},{""Chapter"":""400640"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:22"",""ChapterName"":""},{""Chapter"":""400630"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:22"",""ChapterName"":""},{""Chapter"":""400620"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:22"",""ChapterName"":""},{""Chapter"":""400610"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:22"",""ChapterName"":""},{""Chapter"":""400600"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:21"",""ChapterName"":""},{""Chapter"":""400590"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:21"",""ChapterName"":""},{""Chapter"":""400580"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:21"",""ChapterName"":""},{""Chapter"":""400570"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:21"",""ChapterName"":""},{""Chapter"":""400560"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:21"",""ChapterName"":""},{""Chapter"":""400550"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:21"",""ChapterName"":""},{""Chapter"":""400540"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:21"",""ChapterName"":""},{""Chapter"":""400530"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:21"",""ChapterName"":""},{""Chapter"":""400520"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:21"",""ChapterName"":""},{""Chapter"":""400510"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:21"",""ChapterName"":""},{""Chapter"":""400500"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:21"",""ChapterName"":""},{""Chapter"":""400490"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:20"",""ChapterName"":""},{""Chapter"":""400480"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:20"",""ChapterName"":""},{""Chapter"":""400470"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:20"",""ChapterName"":""},{""Chapter"":""400460"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:20"",""ChapterName"":""},{""Chapter"":""400450"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:20"",""ChapterName"":""},{""Chapter"":""400440"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:20"",""ChapterName"":""},{""Chapter"":""400430"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:20"",""ChapterName"":""},{""Chapter"":""400420"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:19"",""ChapterName"":""},{""Chapter"":""400410"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:19"",""ChapterName"":""},{""Chapter"":""400400"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:19"",""ChapterName"":""},{""Chapter"":""400390"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:19"",""ChapterName"":""},{""Chapter"":""400380"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:19"",""ChapterName"":""},{""Chapter"":""400370"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:19"",""ChapterName"":""},{""Chapter"":""400360"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:19"",""ChapterName"":""},{""Chapter"":""400350"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:18"",""ChapterName"":""},{""Chapter"":""400340"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:18"",""ChapterName"":""},{""Chapter"":""400330"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:18"",""ChapterName"":""},{""Chapter"":""400320"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:18"",""ChapterName"":""},{""Chapter"":""400310"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:18"",""ChapterName"":""},{""Chapter"":""400300"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:18"",""ChapterName"":""},{""Chapter"":""400290"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:18"",""ChapterName"":""},{""Chapter"":""400280"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:18"",""ChapterName"":""},{""Chapter"":""400270"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:18"",""ChapterName"":""},{""Chapter"":""400260"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:18"",""ChapterName"":""},{""Chapter"":""400250"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:18"",""ChapterName"":""},{""Chapter"":""400240"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:18"",""ChapterName"":""},{""Chapter"":""400230"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:18"",""ChapterName"":""},{""Chapter"":""400220"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:17"",""ChapterName"":""},{""Chapter"":""400210"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:17"",""ChapterName"":""},{""Chapter"":""400200"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:17"",""ChapterName"":""},{""Chapter"":""400190"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:17"",""ChapterName"":""},{""Chapter"":""400180"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:17"",""ChapterName"":""},{""Chapter"":""400170"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:17"",""ChapterName"":""},{""Chapter"":""400160"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:17"",""ChapterName"":""},{""Chapter"":""400150"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:17"",""ChapterName"":""},{""Chapter"":""400140"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:17"",""ChapterName"":""},{""Chapter"":""400130"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:17"",""ChapterName"":""},{""Chapter"":""400120"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:17"",""ChapterName"":""},{""Chapter"":""400110"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:17"",""ChapterName"":""},{""Chapter"":""400100"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:17"",""ChapterName"":""},{""Chapter"":""400090"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:17"",""ChapterName"":""},{""Chapter"":""400080"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:16"",""ChapterName"":""},{""Chapter"":""400070"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:16"",""ChapterName"":""},{""Chapter"":""400060"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:16"",""ChapterName"":""},{""Chapter"":""400050"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:16"",""ChapterName"":""},{""Chapter"":""400040"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:16"",""ChapterName"":""},{""Chapter"":""400030"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:16"",""ChapterName"":""},{""Chapter"":""400020"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:16"",""ChapterName"":""},{""Chapter"":""400010"",""Type"":""S4 - Chapter"",""Date"":""2019-04-02 17:59:16"",""ChapterName"":""},{""Chapter"":""300720"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:59"",""ChapterName"":""},{""Chapter"":""300710"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:59"",""ChapterName"":""},{""Chapter"":""300700"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:59"",""ChapterName"":""},{""Chapter"":""300690"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:59"",""ChapterName"":""},{""Chapter"":""300680"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:59"",""ChapterName"":""},{""Chapter"":""300670"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:59"",""ChapterName"":""},{""Chapter"":""300660"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:59"",""ChapterName"":""},{""Chapter"":""300650"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:59"",""ChapterName"":""},{""Chapter"":""300640"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:59"",""ChapterName"":""},{""Chapter"":""300630"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:59"",""ChapterName"":""},{""Chapter"":""300620"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:59"",""ChapterName"":""},{""Chapter"":""300610"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:59"",""ChapterName"":""},{""Chapter"":""300600"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:59"",""ChapterName"":""},{""Chapter"":""300590"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:59"",""ChapterName"":""},{""Chapter"":""300580"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:59"",""ChapterName"":""},{""Chapter"":""300570"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:59"",""ChapterName"":""},{""Chapter"":""300560"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:59"",""ChapterName"":""},{""Chapter"":""300550"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:59"",""ChapterName"":""},{""Chapter"":""300540"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:59"",""ChapterName"":""},{""Chapter"":""300530"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:58"",""ChapterName"":""},{""Chapter"":""300520"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:58"",""ChapterName"":""},{""Chapter"":""300510"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:58"",""ChapterName"":""},{""Chapter"":""300500"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:58"",""ChapterName"":""},{""Chapter"":""300490"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:58"",""ChapterName"":""},{""Chapter"":""300480"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:58"",""ChapterName"":""},{""Chapter"":""300470"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:58"",""ChapterName"":""},{""Chapter"":""300460"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:58"",""ChapterName"":""},{""Chapter"":""300450"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:57"",""ChapterName"":""},{""Chapter"":""300440"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:57"",""ChapterName"":""},{""Chapter"":""300430"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:57"",""ChapterName"":""},{""Chapter"":""300420"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:57"",""ChapterName"":""},{""Chapter"":""300410"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:57"",""ChapterName"":""},{""Chapter"":""300400"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:57"",""ChapterName"":""},{""Chapter"":""300390"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:57"",""ChapterName"":""},{""Chapter"":""300380"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:57"",""ChapterName"":""},{""Chapter"":""300370"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:57"",""ChapterName"":""},{""Chapter"":""300360"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:57"",""ChapterName"":""},{""Chapter"":""300350"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:57"",""ChapterName"":""},{""Chapter"":""300340"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:57"",""ChapterName"":""},{""Chapter"":""300330"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:57"",""ChapterName"":""},{""Chapter"":""300320"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:57"",""ChapterName"":""},{""Chapter"":""300310"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:57"",""ChapterName"":""},{""Chapter"":""300300"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:57"",""ChapterName"":""},{""Chapter"":""300290"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:57"",""ChapterName"":""},{""Chapter"":""300280"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:57"",""ChapterName"":""},{""Chapter"":""300270"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:56"",""ChapterName"":""},{""Chapter"":""300260"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:56"",""ChapterName"":""},{""Chapter"":""300250"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:56"",""ChapterName"":""},{""Chapter"":""300240"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:56"",""ChapterName"":""},{""Chapter"":""300230"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:56"",""ChapterName"":""},{""Chapter"":""300220"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:56"",""ChapterName"":""},{""Chapter"":""300210"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:56"",""ChapterName"":""},{""Chapter"":""300200"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:56"",""ChapterName"":""},{""Chapter"":""300190"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:55"",""ChapterName"":""},{""Chapter"":""300180"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:55"",""ChapterName"":""},{""Chapter"":""300170"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:55"",""ChapterName"":""},{""Chapter"":""300160"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:55"",""ChapterName"":""},{""Chapter"":""300150"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:55"",""ChapterName"":""},{""Chapter"":""300140"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:55"",""ChapterName"":""},{""Chapter"":""300130"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:54"",""ChapterName"":""},{""Chapter"":""300120"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:54"",""ChapterName"":""},{""Chapter"":""300110"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:54"",""ChapterName"":""},{""Chapter"":""300100"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:54"",""ChapterName"":""},{""Chapter"":""300090"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:54"",""ChapterName"":""},{""Chapter"":""300080"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:54"",""ChapterName"":""},{""Chapter"":""300070"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:54"",""ChapterName"":""},{""Chapter"":""300060"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:54"",""ChapterName"":""},{""Chapter"":""300050"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:54"",""ChapterName"":""},{""Chapter"":""300040"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:54"",""ChapterName"":""},{""Chapter"":""300030"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:53"",""ChapterName"":""},{""Chapter"":""300020"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:53"",""ChapterName"":""},{""Chapter"":""300010"",""Type"":""S3 - Chapter"",""Date"":""2019-04-02 17:57:53"",""ChapterName"":""},{""Chapter"":""200370"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:52"",""ChapterName"":""},{""Chapter"":""200360"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:52"",""ChapterName"":""},{""Chapter"":""200350"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:52"",""ChapterName"":""},{""Chapter"":""200340"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:52"",""ChapterName"":""},{""Chapter"":""200330"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:51"",""ChapterName"":""},{""Chapter"":""200320"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:51"",""ChapterName"":""},{""Chapter"":""200310"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:51"",""ChapterName"":""},{""Chapter"":""200300"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:51"",""ChapterName"":""},{""Chapter"":""200290"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:51"",""ChapterName"":""},{""Chapter"":""200280"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:51"",""ChapterName"":""},{""Chapter"":""200270"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:50"",""ChapterName"":""},{""Chapter"":""200260"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:50"",""ChapterName"":""},{""Chapter"":""200250"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:50"",""ChapterName"":""},{""Chapter"":""200240"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:50"",""ChapterName"":""},{""Chapter"":""200230"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:49"",""ChapterName"":""},{""Chapter"":""200220"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:49"",""ChapterName"":""},{""Chapter"":""200210"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:49"",""ChapterName"":""},{""Chapter"":""200200"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:49"",""ChapterName"":""},{""Chapter"":""200190"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:49"",""ChapterName"":""},{""Chapter"":""200180"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:49"",""ChapterName"":""},{""Chapter"":""200170"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:48"",""ChapterName"":""},{""Chapter"":""200160"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:48"",""ChapterName"":""},{""Chapter"":""200150"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:48"",""ChapterName"":""},{""Chapter"":""200140"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:48"",""ChapterName"":""},{""Chapter"":""200130"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:48"",""ChapterName"":""},{""Chapter"":""200120"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:47"",""ChapterName"":""},{""Chapter"":""200110"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:47"",""ChapterName"":""},{""Chapter"":""200100"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:47"",""ChapterName"":""},{""Chapter"":""200090"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:47"",""ChapterName"":""},{""Chapter"":""200080"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:47"",""ChapterName"":""},{""Chapter"":""200070"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:46"",""ChapterName"":""},{""Chapter"":""200060"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:46"",""ChapterName"":""},{""Chapter"":""200050"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:46"",""ChapterName"":""},{""Chapter"":""200040"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:46"",""ChapterName"":""},{""Chapter"":""200030"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:46"",""ChapterName"":""},{""Chapter"":""200020"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:46"",""ChapterName"":""},{""Chapter"":""200010"",""Type"":""S2 - Chapter"",""Date"":""2019-04-02 17:55:45"",""ChapterName"":""},{""Chapter"":""100860"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:55:01"",""ChapterName"":""},{""Chapter"":""100850"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:55:01"",""ChapterName"":""},{""Chapter"":""100840"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:55:00"",""ChapterName"":""},{""Chapter"":""100830"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:55:00"",""ChapterName"":""},{""Chapter"":""100820"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:55:00"",""ChapterName"":""},{""Chapter"":""100810"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:59"",""ChapterName"":""},{""Chapter"":""100800"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:59"",""ChapterName"":""},{""Chapter"":""100790"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:59"",""ChapterName"":""},{""Chapter"":""100780"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:59"",""ChapterName"":""},{""Chapter"":""100770"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:59"",""ChapterName"":""},{""Chapter"":""100760"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:59"",""ChapterName"":""},{""Chapter"":""100750"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:58"",""ChapterName"":""},{""Chapter"":""100740"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:58"",""ChapterName"":""},{""Chapter"":""100730"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:58"",""ChapterName"":""},{""Chapter"":""100720"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:58"",""ChapterName"":""},{""Chapter"":""100710"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:58"",""ChapterName"":""},{""Chapter"":""100700"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:57"",""ChapterName"":""},{""Chapter"":""100690"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:57"",""ChapterName"":""},{""Chapter"":""100680"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:57"",""ChapterName"":""},{""Chapter"":""100670"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:57"",""ChapterName"":""},{""Chapter"":""100660"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:56"",""ChapterName"":""},{""Chapter"":""100650"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:56"",""ChapterName"":""},{""Chapter"":""100640"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:56"",""ChapterName"":""},{""Chapter"":""100630"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:56"",""ChapterName"":""},{""Chapter"":""100620"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:55"",""ChapterName"":""},{""Chapter"":""100610"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:55"",""ChapterName"":""},{""Chapter"":""100600"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:55"",""ChapterName"":""},{""Chapter"":""100590"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:55"",""ChapterName"":""},{""Chapter"":""100580"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:54"",""ChapterName"":""},{""Chapter"":""100570"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:54"",""ChapterName"":""},{""Chapter"":""100560"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:54"",""ChapterName"":""},{""Chapter"":""100550"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:54"",""ChapterName"":""},{""Chapter"":""100540"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:53"",""ChapterName"":""},{""Chapter"":""100530"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:53"",""ChapterName"":""},{""Chapter"":""100520"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:53"",""ChapterName"":""},{""Chapter"":""100510"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:53"",""ChapterName"":""},{""Chapter"":""100500"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:53"",""ChapterName"":""},{""Chapter"":""100490"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:53"",""ChapterName"":""},{""Chapter"":""100480"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:52"",""ChapterName"":""},{""Chapter"":""100470"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:52"",""ChapterName"":""},{""Chapter"":""100460"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:52"",""ChapterName"":""},{""Chapter"":""100450"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:52"",""ChapterName"":""},{""Chapter"":""100440"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:51"",""ChapterName"":""},{""Chapter"":""100430"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:51"",""ChapterName"":""},{""Chapter"":""100420"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:51"",""ChapterName"":""},{""Chapter"":""100410"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:51"",""ChapterName"":""},{""Chapter"":""100400"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:51"",""ChapterName"":""},{""Chapter"":""100390"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:50"",""ChapterName"":""},{""Chapter"":""100380"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:50"",""ChapterName"":""},{""Chapter"":""100370"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:50"",""ChapterName"":""},{""Chapter"":""100360"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:50"",""ChapterName"":""},{""Chapter"":""100350"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:49"",""ChapterName"":""},{""Chapter"":""100340"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:49"",""ChapterName"":""},{""Chapter"":""100330"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:49"",""ChapterName"":""},{""Chapter"":""100320"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:49"",""ChapterName"":""},{""Chapter"":""100310"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:49"",""ChapterName"":""},{""Chapter"":""100300"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:48"",""ChapterName"":""},{""Chapter"":""100290"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:48"",""ChapterName"":""},{""Chapter"":""100280"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:48"",""ChapterName"":""},{""Chapter"":""100270"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:48"",""ChapterName"":""},{""Chapter"":""100260"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:47"",""ChapterName"":""},{""Chapter"":""100250"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:47"",""ChapterName"":""},{""Chapter"":""100240"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:47"",""ChapterName"":""},{""Chapter"":""100230"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:47"",""ChapterName"":""},{""Chapter"":""100220"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:46"",""ChapterName"":""},{""Chapter"":""100210"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:46"",""ChapterName"":""},{""Chapter"":""100200"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:46"",""ChapterName"":""},{""Chapter"":""100190"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:46"",""ChapterName"":""},{""Chapter"":""100180"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:45"",""ChapterName"":""},{""Chapter"":""100170"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:45"",""ChapterName"":""},{""Chapter"":""100160"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:45"",""ChapterName"":""},{""Chapter"":""100150"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:44"",""ChapterName"":""},{""Chapter"":""100140"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:44"",""ChapterName"":""},{""Chapter"":""100130"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:44"",""ChapterName"":""},{""Chapter"":""100120"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:44"",""ChapterName"":""},{""Chapter"":""100110"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:43"",""ChapterName"":""},{""Chapter"":""100100"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:43"",""ChapterName"":""},{""Chapter"":""100090"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:43"",""ChapterName"":""},{""Chapter"":""100080"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:43"",""ChapterName"":""},{""Chapter"":""100070"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:42"",""ChapterName"":""},{""Chapter"":""100060"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:42"",""ChapterName"":""},{""Chapter"":""100050"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:42"",""ChapterName"":""},{""Chapter"":""100040"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:41"",""ChapterName"":""},{""Chapter"":""100030"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:41"",""ChapterName"":""},{""Chapter"":""100020"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:41"",""ChapterName"":""},{""Chapter"":""100010"",""Type"":""S1 - Chapter"",""Date"":""2019-04-02 17:54:41"",""ChapterName"":""}]; vm.NumSubs = 3492; vm.Subbed = false; vm.Notification = true; vm.LastChapterRead = ""400770""; vm.IsAdmin = false; vm.RelatedSeriesJSON = [{""OrderID"":4,""IndexName"":""Maze-Age-Z"",""SeriesName"":""Maze Age Z""},{""OrderID"":3,""IndexName"":""World-Trigger"",""SeriesName"":""World Trigger""},{""OrderID"":2,""IndexName"":""Choujin-Gakuen"",""SeriesName"":""Choujin Gakuen - Konton Mouryou Seishun Jihen""},{""OrderID"":1,""IndexName"":""Air-Gear"",""SeriesName"":""Air Gear""}]; vm.Subbing = false; vm.Subscribe = function(){ vm.Subbing = true; $http({ method: ""POST"", url: ""subscribe.php"", data: { IndexName : vm.IndexName } }).then(function(b) { if(b.data.success){ vm.NumSubs = b.data.val.NumSubs; vm.Subbed = b.data.val.Subbed; vm.Notification = true; }else{ alert(b.data.val); } vm.Subbing = false; }, function(b) { alert(""Network Error. Please try again later.""); vm.Subbing = false; }); }; if(window.location.hash == ""#email"") { ga('send', 'event', { 'eventCategory' : ""Email Click"", 'eventAction' : ""The Gamer"", 'eventLabel' : ""Manga Info"" }); } vm.PageOne=""-page-1"",""yes""==Cookies.get(""FullPage"")&&(vm.PageOne=""),vm.Unavailable=!1,""#unavailable""==window.location.hash&&(vm.Unavailable=!0),vm.FormatDate=function(e){var t=moment(e).subtract(9,""hour""),n=moment(),m=n.diff(t,""hours"");return n.isSame(t,""d"")?moment(e).subtract(9,""hour"").fromNow():m<24?moment(e).subtract(9,""hour"").calendar():moment(e).subtract(9,""hour"").format(""L"")},vm.IsNew=function(e){var t=moment(e).subtract(1,""hour"");return moment().diff(t,""hours"")<24},vm.ChapterDisplay=function(e){var t=parseInt(e.slice(1,-1)),n=e[e.length-1];return 0==n?t:t+"".""+n},vm.ChapterURLEncode=function(e){Index="";var t=e.substring(0,1);1!=t&&(Index=""-index-""+t);var n=parseInt(e.slice(1,-1)),m="",a=e[e.length-1];return 0!=a&&(m="".""+a),""-chapter-""+n+m+Index+vm.PageOne+"".html""},vm.ShowInfoMobile=!1,vm.LimitChapter=10,vm.ToggleNotification=function(){vm.Notification=!vm.Notification,$http({method:""POST"",url:""notification.php"",data:{IndexName:vm.IndexName,Notification:vm.Notification}}).then(function(e){},function(e){})},vm.Comments=[],vm.GettingComments=!0,vm.ReplyCount=0,vm.GetComments=function(){vm.GettingComments=!0,$http({method:""POST"",url:""comment.get.php"",data:{IndexName:vm.IndexName}}).then(function(e){if(e.data.success)for(vm.Comments=e.data.val,vm.ReplyCount=0,i=0;i<vm.Comments.length;i++)vm.ReplyCount+=parseInt(vm.Comments[i].ReplyCount);else vm.CommentsWarning=e.data.val;vm.GettingComments=!1},function(e){vm.CommentsWarning=""Network Error. Please try again later."",vm.GettingComments=!1})},vm.GetComments(),vm.Commenting=!1,vm.Comment=function(){vm.Commenting=!0,grecaptcha.execute(vm.CaptchaPublicKey,{action:""homepage""}).then(function(e){$http({method:""POST"",url:""comment.submit.php"",data:{IndexName:vm.IndexName,CommentContent:vm.CommentContent,Captcha:e}}).then(function(e){if(e.data.success)for(vm.Comments=e.data.val,vm.CommentContent="",vm.ReplyCount=0,i=0;i<vm.Comments.length;i++)vm.ReplyCount+=parseInt(vm.Comments[i].ReplyCount);else alert(e.data.val);vm.Commenting=!1},function(e){alert(""Network Error. Please try again later.""),vm.Commenting=!1})})},vm.DeleteComment=function(e){$http({method:""POST"",url:""comment.delete.php"",data:{CommentID:e.CommentID,IndexName:vm.IndexName}}).then(function(e){if(e.data.success)for(vm.Comments=e.data.val,vm.ReplyCount=0,i=0;i<vm.Comments.length;i++)vm.ReplyCount+=parseInt(vm.Comments[i].ReplyCount);else alert(e.data.val)},function(e){alert(""Network Error. Please try again later."")})},vm.ToggleLike=function(e){e.Liked=!e.Liked,$http({method:""POST"",url:""comment.like.php"",data:{CommentID:e.CommentID,Liked:e.Liked}}).then(function(e){},function(e){alert(e.data)}),e.Liked?e.LikeCount++:e.LikeCount--},vm.Reply=function(e){e.Replying=!0,grecaptcha.execute(vm.CaptchaPublicKey,{action:""homepage""}).then(function(t){$http({method:""POST"",url:""comment.reply.php"",data:{TargetID:e.CommentID,ReplyMessage:e.ReplyMessage,Captcha:t}}).then(function(t){t.data.success?(e.ReplyLimit++,vm.ReplyCount++,e.ReplyMessage="",e.Replies=t.data.val):alert(t.data.val),e.Replying=!1},function(t){alert(""Network Error. Please try again later.""),e.Replying=!1})})},vm.DeleteReply=function(e,t){$http({method:""POST"",url:""reply.delete.php"",data:{CommentID:t.CommentID,TargetID:e.CommentID}}).then(function(t){t.data.success?(e.Replies=t.data.val,vm.ReplyCount--):alert(t.data.val)},function(e){alert(""Network Error. Please try again later."")})},vm.ShowReplySection=function(e){e.ShowReply=!0,ReplyBoxID=""#Reply""+e.CommentID,$(""html, body"").animate({scrollTop:$(ReplyBoxID).offset().top-200},500,function(){$(ReplyBoxID).find(""textarea"").focus()})},vm.ShowAllReplies=function(e){e.ShowMoreHide=!0,$http({method:""POST"",url:""reply.get.php"",data:{TargetID:e.CommentID}}).then(function(t){t.data.success?(e.Replies=t.data.val,e.ReplyLimit=100):alert(t.data.val),e.ShowMoreHide=!1},function(t){alert(""Network Error. Please try again later.""),e.ShowMoreHide=!1})}; }; app.controller(""MainCtrl"", MainFunction);"; RegexOptions options = RegexOptions.Multiline; foreach (Match m in Regex.Matches(input, pattern, options)) { Console.WriteLine("'{0}' found at index {1}.", m.Value, m.Index); } } }

Please keep in mind that these code samples are automatically generated and are not guaranteed to work. If you find any syntax errors, feel free to submit a bug report. For a full regex reference for C#, please visit: https://msdn.microsoft.com/en-us/library/system.text.regularexpressions.regex(v=vs.110).aspx