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
There are currently no sponsors. Become a sponsor today!
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
  • Non-capturing group
    (?:...)
  • Capturing group
    (...)
  • 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

r"
"
gms

Test String

Code Generator

Generated Code

#include <StringConstants.au3> ; to declare the Constants of StringRegExp #include <Array.au3> ; UDF needed for _ArrayDisplay and _ArrayConcatenate Local $sRegex = "(?ms)(?#This tag is the start of the paragraph)<p>(?# This lookahead makes sure paragraph isn't an empty line. Needs it.)(?![\n|<])(?#This group captures the paragraph.)(.{0,500}?)(?#This negative lookahead/custom character class prevents <tags>)(?![^<][\s]|[\w]+[^>])(?#This tag is the end of the paragraph)</p>(?# This lookahead makes sure the paragraph ends at the end of the line.)(?=\n|<div|<p>)" Local $sString = "<!DOCTYPE html><html lang="en" class="csstransforms3d"> <head> <meta charset="UTF-8"/> <meta " & @CRLF & _ "name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0' /><meta " & @CRLF & _ "http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Reverend Insanity Novel - Chapter " & @CRLF & _ "1 - Anime Daily</title><meta name="description" content="Reverend Insanity Novel - Chapter 1. Chapter 1 –" & @CRLF & _ "The heart of a demon never has regret even in death “Fang Yuan, quietly hand over the Spring " & @CRLF & _ "Autumn"/><script>var l = localStorage.getItem('hidenav'); if(1 == l) { var style = " & @CRLF & _ "document.createElement('style'); style.type = 'text/css'; style.innerHTML = '#story-chap #nav " & @CRLF & _ "{display: none} .container.chapter {margin-top: 10px}'; " & @CRLF & _ "document.getElementsByTagName('head')[0].appendChild(style); }</script><script>var ee = " & @CRLF & _ "localStorage.getItem("fluid-switchh"); if(1 == ee) { var head = " & @CRLF & _ "document.getElementsByTagName('head')[0]; var link = document.createElement('link'); link.rel = " & @CRLF & _ "'stylesheet'; link.type = 'text/css'; link.id = 'style-light-switch'; link.href = " & @CRLF & _ "'https://animedaily.net/wp-content/themes/boxtruyen/style-light-switchs.css?5.0.1'; link.media = 'all'; " & @CRLF & _ "head.appendChild(link); };</script> <link " & @CRLF & _ "href="https://animedaily.net/wp-content/themes/boxtruyen/style.css?5.0.1" rel="stylesheet" " & @CRLF & _ "type="text/css" media="all"/> <meta name="robots" content="max-snippet:-1, max-image-preview:large, " & @CRLF & _ "max-video-preview:-1"/><link rel="canonical" " & @CRLF & _ "href="https://animedaily.net/reverend-insanity-novel/chapter-1.html" /><meta property="og:locale" " & @CRLF & _ "content="en_US" /><meta property="og:type" content="article" /><meta property="og:title" " & @CRLF & _ "content="Reverend Insanity Novel - Chapter 1 - Anime Daily" /><meta property="og:description" " & @CRLF & _ "content="Chapter 1 – The heart of a demon never has regret even in death “Fang Yuan, quietly hand over " & @CRLF & _ "the Spring Autumn Cicada and I’ll give you a quick death!” “Old bastard Fang, stop attempting to resist " & @CRLF & _ "anymore, today all of &hellip;" /><meta property="og:url" " & @CRLF & _ "content="https://animedaily.net/reverend-insanity-novel/chapter-1.html" /><meta property="og:site_name" " & @CRLF & _ "content="Anime Daily" /><meta property="article:section" content="Uncategorized" /><meta " & @CRLF & _ "property="fb:app_id" content="151642093658647" /><meta name="twitter:card" content="summary_large_image" " & @CRLF & _ "/><meta name="twitter:description" content="Chapter 1 – The heart of a demon never has regret even in " & @CRLF & _ "death “Fang Yuan, quietly hand over the Spring Autumn Cicada and I’ll give you a quick death!” “Old " & @CRLF & _ "bastard Fang, stop attempting to resist anymore, today all of [&hellip;]" /><meta name="twitter:title" " & @CRLF & _ "content="Reverend Insanity Novel - Chapter 1 - Anime Daily" /><link rel='dns-prefetch' href='//s.w.org' " & @CRLF & _ "/><link rel='stylesheet' id='wp-postratings-css' " & @CRLF & _ "href='https://animedaily.net/wp-content/plugins/wp-postratings/css/postratings-css.css?ver=1.87' " & @CRLF & _ "type='text/css' media='all' /><script type='text/javascript' " & @CRLF & _ "src='https://animedaily.net/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp'></script><script " & @CRLF & _ "type='text/javascript' async="async" " & @CRLF & _ "src='https://animedaily.net/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script><link " & @CRLF & _ "rel='https://api.w.org/' href='https://animedaily.net/wp-json/' /><link rel="alternate" " & @CRLF & _ "type="application/json+oembed" " & @CRLF & _ "href="https://animedaily.net/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fanimedaily.net%2Freverend-insanit" & @CRLF & _ "y-novel%2Fchapter-1.html" /><link rel="alternate" type="text/xml+oembed" " & @CRLF & _ "href="https://animedaily.net/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fanimedaily.net%2Freverend-insanit" & @CRLF & _ "y-novel%2Fchapter-1.html&#038;format=xml" /><link rel="icon" " & @CRLF & _ "href="https://animedaily.net/wp-content/uploads/2023/11/cropped-fb-ad-large-32x32.png" sizes="32x32" " & @CRLF & _ "/><link rel="icon" " & @CRLF & _ "href="https://animedaily.net/wp-content/uploads/2023/11/cropped-fb-ad-large-192x192.png" sizes="192x192" " & @CRLF & _ "/><link rel="apple-touch-icon-precomposed" " & @CRLF & _ "href="https://animedaily.net/wp-content/uploads/2023/11/cropped-fb-ad-large-180x180.png" /><meta " & @CRLF & _ "name="msapplication-TileImage" " & @CRLF & _ "content="https://animedaily.net/wp-content/uploads/2023/11/cropped-fb-ad-large-270x270.png" /><style " & @CRLF & _ "type="text/css" id="wp-custom-css">@media(max-width:767px){/*LongtimeRemove*/.chapter-nav .btn-group " & @CRLF & _ "a{width:52px}/*EndLTR*/.wallpaper{height:150px;position:absolute;display:block;width:calc(100% + " & @CRLF & _ "30px);margin-top:-15px;left:-15px;opacity:.7}.book img{border:3px solid " & @CRLF & _ "#fff;position:relative}.color-switch .book img{opacity:unset;filter:brightness(.7)}.color-switch " & @CRLF & _ ".wallpaper{opacity:.5}}@media(min-width:337px) and (max-width:991px){.nav " & @CRLF & _ "li.dropdown{width:50%;float:left;text-align:center;margin-top:-8px}.nav " & @CRLF & _ ".open>.dropdown-menu{width:200%!important}ul#menu-danh-sach>li{width:50%;float:left}ul#menu-danh-sach>li:" & @CRLF & _ "first-of-type,ul#menu-danh-sach>li:nth-of-type(3){border-right:1px dashed " & @CRLF & _ "#dcdcdc}.giai-nghia,ul#menu-danh-sach>li:first-of-type,ul#menu-danh-sach>li:nth-of-type(2){border-top:1px" & @CRLF & _ "solid #009688!important}ul#menu-danh-sach>li:nth-of-type(3),.dropdown " & @CRLF & _ ".dropdown-menu>ul#menu-danh-sach>li:last-child{border-bottom:none!important}a{padding-bottom:9px!importan" & @CRLF & _ "t}.open>.multi-column{margin-left:-100%}.dropdown-menu>#menu-danh-sach>li>a,.dropdown-menu>li>a{overflow:" & @CRLF & _ "hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:5px}ul#menu-danh-sach>li:nth-of-type(2),ul" & @CRLF & _ "#menu-danh-sach>li:nth-of-type(4){border-left:none!important}.multi-column " & @CRLF & _ ".col-md-4{width:33.333333%!important;display:inline-grid!important}.multi-column " & @CRLF & _ ".col-md-4:nth-of-type(4){width:100%!important}.multi-column .col-md-4:nth-of-type(4) " & @CRLF & _ ".dropdown-menu>li{width:33.333333%;display:inline-grid}.multi-column .col-md-4:nth-of-type(4) " & @CRLF & _ ".dropdown-menu>li:nth-of-type(3n+1),.multi-column .col-md-4:nth-of-type(4) " & @CRLF & _ ".dropdown-menu>li:nth-of-type(3n-1){border-right:1px dashed #dcdcdc!important}.color-switch .multi-column" & @CRLF & _ ".col-md-4:nth-of-type(3) .dropdown-menu>li:last-child,.color-switch .multi-column " & @CRLF & _ ".col-md-4:nth-of-type(4) .dropdown-menu>li:nth-of-type(3n+1),.color-switch .multi-column " & @CRLF & _ ".col-md-4:nth-of-type(4) .dropdown-menu>li:nth-of-type(3n-1){border-color:#444!important}.navbar-nav " & @CRLF & _ ".open .dropdown-menu>li>a{padding:6px 5px 8px 15px}.multi-column .col-md-4:nth-of-type(3) " & @CRLF & _ ".dropdown-menu>li{border-left:none!important}.multi-column .col-md-4:nth-of-type(3) " & @CRLF & _ ".dropdown-menu>li:last-child{border-bottom:1px dashed #dcdcdc!important}.multi-column " & @CRLF & _ ".col-md-4:nth-of-type(4) .dropdown-menu>li:last-child,.multi-column .col-md-4:nth-of-type(4) " & @CRLF & _ ".dropdown-menu>li:nth-last-of-type(2),.multi-column .col-md-4:nth-of-type(4) " & @CRLF & _ ".dropdown-menu>li:nth-last-of-type(3){border-bottom:none!important}}@media (min-width:768px) and " & @CRLF & _ "(max-width:991px){.multi-column .col-md-4:nth-of-type(4) " & @CRLF & _ ".dropdown-menu>li:nth-of-type(3n+1){border-left:1px dashed #dcdcdc!important}.color-switch .multi-column " & @CRLF & _ ".col-md-4:nth-of-type(4) " & @CRLF & _ ".dropdown-menu>li:nth-of-type(3n+1){border-color:#444!important}}ul#menu-danh-sach " & @CRLF & _ ".glyphicon{font-size:13px;padding-right:5px;color:#008c7f}ul#menu-danh-sach a:focus " & @CRLF & _ ".glyphicon,ul#menu-danh-sach a:hover .glyphicon{color:#fff}.color-switch .tien_to_new,.color-switch " & @CRLF & _ ".sticker-new{color:#32a56d}.color-switch .tien_to_hot,.color-switch " & @CRLF & _ ".sticker-hot{color:#e38900}.fb-save>span>iframe{height:34px!important}.fb-save{line-height:28px;padding-b" & @CRLF & _ "ottom:5px;display:block!important}.col-truyen-main-single .light-off-button " & @CRLF & _ "a{display:inline-block;margin:0 4px}.color-switch .danh-gia " & @CRLF & _ "img{opacity:.7}.readedpost{width:30px;overflow:hidden;flex-wrap:wrap;margin-top:13px;position:absolute;to" & @CRLF & _ "p:0}@media (min-width:1200px){.readedpost{margin-left:850px}}@media (min-width:992px) and " & @CRLF & _ "(max-width:1199px){.readedpost{margin-left:650px}}@media (min-width:768px) and " & @CRLF & _ "(max-width:991px){.readedpost{right:20%}.light-switch{right:calc(20% + 60px)}.moi_cap_nhat " & @CRLF & _ ".list-nowrap{max-width:308px!important}}@media " & @CRLF & _ "(max-width:767px){.readedpost{margin-right:70px;right:0}.light-switch{right:0;margin-right:115px}}@media " & @CRLF & _ "(max-width:991px) and (min-width:337px){ul#menu-danh-sach>li:nth-of-type(3){border-bottom:1px dashed " & @CRLF & _ "#dcdcdc!important}}@media (max-width:991px) and " & @CRLF & _ "(min-width:337px){ul#menu-danh-sach>li:nth-of-type(5){border-right:1px dashed " & @CRLF & _ "#dcdcdc!important}}/*LongtimeRemove*/.chap_options{margin:0 5px 0 0!important}.chap_options " & @CRLF & _ ".dropdown-menu.settings{right:-7.75em}.chapter-nav .btn-group #chapter_jump_bottom{margin:0 " & @CRLF & _ "5px;width:unset}/*EndLTR*/a#next_chap{margin-left:0}select#loc{padding-left:5px;border:1px solid " & @CRLF & _ "#009688;border-radius:3px;margin-left:5px;vertical-align:text-top;font-family:'Roboto " & @CRLF & _ "Condensed';font-size:14px;color:#008c7f}.color-switch select#loc{background-color:#333}.navbar-breadcrumb" & @CRLF & _ "h1, .navbar-breadcrumb h2, .navbar-breadcrumb li{display:initial}a#binh-luan-fb button{margin:10px " & @CRLF & _ "0}.cate-info p{margin:0;padding:15px 20px;line-height:24px;color:#666}.color-switch .cate-info " & @CRLF & _ "p{color:#aaa}.list-none{padding:15px 20px!important}/*LongtimeRemove*/.cate-info h3{padding:0 " & @CRLF & _ "15px;color:#008c7f;font-weight:700;font-family:'Roboto " & @CRLF & _ "Condensed';font-size:16px;height:40px;line-height:40px;max-width:100%;white-space:nowrap;overflow:hidden;" & @CRLF & _ "text-overflow:ellipsis;}/*EndLTR*/.sticker-Hot{color:#ff9800}.color-switch " & @CRLF & _ ".sticker-Hot{color:#e38900}.sticker-New{color:#33d185}.color-switch " & @CRLF & _ ".sticker-New{color:#32a56d}ul.dropdown-menu li a,.index-cate a,.index-cate a " & @CRLF & _ "span{color:#d4345f!important}ul.dropdown-menu li a,.index-cate a,.index-cate a " & @CRLF & _ "span{color:#e38900!important}ul.dropdown-menu li a,.index-cate a,.index-cate a " & @CRLF & _ "span{color:#00b100!important}ul.dropdown-menu li a,.index-cate a,.index-cate a " & @CRLF & _ "span{color:#3974a9!important}ul.dropdown-menu li a,.index-cate a,.index-cate a " & @CRLF & _ "span{color:#b148b7!important}.index-cate a,.index-cate a span,ul.dropdown-menu li " & @CRLF & _ "a{color:#008c7f!important}.chap-ngan .chap_options{margin-left:5px!important;}.chap-ngan-duoi " & @CRLF & _ "#prev_chap{margin-right:5px}.chap-ngan{margin:15px 0}.chap-ngan .chap_options " & @CRLF & _ ".dropdown-menu.settings{right:-9.4em}.chapter-ngan .khung-ngan{min-height:unset}.chapter-content " & @CRLF & _ "p:last-child{margin-bottom:15px}.tt-tag a{color:#fff;display:inline-block;text-align:center}.tt-tag " & @CRLF & _ "a:first-letter,.post_tags a:first-letter{text-transform:capitalize}.post_tags{padding:5px 10px 15px " & @CRLF & _ "10px}.post_tags a{display:inline-block;margin:10px 5px 0;border:1px solid #009688;padding:2px " & @CRLF & _ "7px;border-radius:15px;font-size:14px}.post_tags " & @CRLF & _ "a:hover{background:#009688;color:#fff}input{border-radius:4px 0 0 4px!important}.post_tags " & @CRLF & _ "a.active{background:#009688;color:#fff}.post_tags a.active:hover{background:#00b7a6}.tt-tag " & @CRLF & _ "small{padding:1px 10px 2px!important}.no-tag{background:#999}.moi_cap_nhat " & @CRLF & _ ".truyenhot_ul_customcol{font-family:'Roboto Condensed',sans-serif}.moi_cap_nhat " & @CRLF & _ "h3{line-height:unset}@media (min-width:1200px){.moi_cap_nhat .list-nowrap{max-width:311px}.moi_cap_nhat " & @CRLF & _ "h3 a{font-size:16px!important}.update_cate,.update_chap,.update_time{padding:0 " & @CRLF & _ "15px}.update_time{right:0;width:110px}.update_chap{right:110px;width:160px;margin-right:0}.update_cate{ri" & @CRLF & _ "ght:270px;width:187px;margin-right:0}.index-cate{padding:0 5px 0 36px!important}}@media " & @CRLF & _ "(min-width:768px){#wrap{overflow:hidden}.moi_cap_nhat .small-img{width:20px;height:20px;margin:10px 10px " & @CRLF & _ "0 " & @CRLF & _ "0}.update_cate,.update_chap,.update_time{position:absolute;overflow:hidden;text-overflow:ellipsis;font-si" & @CRLF & _ "ze:15px;border-left:1px dashed #dcdcdc;padding:0 14px 0 15px;margin-top:-41px}.moi_cap_nhat " & @CRLF & _ ".truyenhot_li_customcol{padding:0 0 0 20px!important;line-height:40px}.moi_cap_nhat " & @CRLF & _ ".list-nowrap{margin-top:0}.moi_cap_nhat " & @CRLF & _ ".tien_to{display:none}}.index-cate{font-size:16px;display:inline-block;width:50%;line-height:37px;border-" & @CRLF & _ "bottom:1px dashed #dcdcdc;padding:0 5px 0 " & @CRLF & _ "15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;float:left}.index-cate:last-child{border-b" & @CRLF & _ "ottom:none!important}@media (min-width:337px) and " & @CRLF & _ "(max-width:991px){.index-cate:nth-last-of-type(2),.index-cate:nth-last-of-type(3){border-bottom:none!impo" & @CRLF & _ "rtant}.index-cate{width:33.333333%!important}.index-cate:nth-of-type(3n-1),.index_cate.row " & @CRLF & _ "div:nth-of-type(3n+1){border-right:1px dashed #dcdcdc}}@media " & @CRLF & _ "(min-width:992px),(max-width:336px){.index-cate:nth-of-type(odd){border-right:1px dashed " & @CRLF & _ "#dcdcdc}.index-cate a " & @CRLF & _ "span{font-size:12px;padding-right:2px;color:#009688;position:inherit;display:inline-block!important}}@med" & @CRLF & _ "ia (max-width:767px){.update_cate a{color:#777}.moi_cap_nhat h3 " & @CRLF & _ "a{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.update_time{position:absolute;right:15px;bac" & @CRLF & _ "kground:#fff;padding-left:5px;box-shadow:-10px 0 7px #fff}.color-switch " & @CRLF & _ ".update_time{background:#222!important;box-shadow:-10px 0 7px #222!important}.moi_cap_nhat .mini-chap " & @CRLF & _ "span{display:none}.moi_cap_nhat .mini-chap:before{content:'C.';display:inline}}@media (min-width:768px) " & @CRLF & _ "and (max-width:1199px){.moi_cap_nhat " & @CRLF & _ ".list-nowrap{max-width:246px}.update_cate,.update_chap,.update_time{padding-right:10px;margin-right:0}.up" & @CRLF & _ "date_time{right:0;width:105px}.update_chap{right:105px;width:137px}.update_cate{right:242px;width:145px}}" & @CRLF & _ "@media (max-width:1199px){#body_truyen .container .mgid_ads.row .mgbox{padding:0 " & @CRLF & _ "15px!important}.mgid_icon{margin-left:15px!important}.cate-info " & @CRLF & _ "p,.list-none{padding:15px!important}.moi_cap_nhat " & @CRLF & _ ".truyenhot_li_customcol{padding-left:15px!important}}.index-cate a span{display:none}.color-switch " & @CRLF & _ ".update_time,.color-switch .update_chap,.color-switch .update_cate,.color-switch " & @CRLF & _ ".index-cate{border-color:#444!important}.color-switch .update_time{color:#aaa!important}@media " & @CRLF & _ "(max-width:480px){.mgid_ads.row .mgheader{margin-bottom:6px}#wrap{min-height:calc(100% - " & @CRLF & _ "119px)}}.moi_cap_nhat " & @CRLF & _ ".chapter-text{color:#008c7f}.moi_cap_nhat{display:block;margin-bottom:15px!important}#list-index " & @CRLF & _ ".list.list-thumbnail.col-xs-12,.color-switch #list-index " & @CRLF & _ ".list.list-thumbnail.col-xs-12{box-shadow:none!important}/*livesearch*/@keyframes " & @CRLF & _ "searchwp-spinner-line-fade-more{0%,100%{opacity:0}1%{opacity:1}}@keyframes " & @CRLF & _ "searchwp-spinner-line-fade-quick{0%,100%,39%{opacity:.25}40%{opacity:1}}@keyframes " & @CRLF & _ "searchwp-spinner-line-fade-default{0%,100%{opacity:.22}1%{opacity:1}}/*MgidCss*/.mgid_ads.row{margin:0;ba" & @CRLF & _ "ckground:#fff;box-shadow:0 0 6px #e9e9e9}.mgid_ads.row .mgheader{line-height:39px;border-bottom:1px solid" & @CRLF & _ "#e5e5e5;padding-left:20px}#body_truyen .mgid_ads.row .mgheader span{margin:0;font-family:'Roboto " & @CRLF & _ "Condensed',sans-serif!important}#story-chap .mgheader span{font-family:'Roboto " & @CRLF & _ "Condensed',sans-serif!important}#body_truyen .mgid_ads.row .mgbox{padding:0 20px!important}#body_truyen " & @CRLF & _ ".ads_sidebar.mgid_ads.row .mgbox{padding:0 15px!important}.mgid_ads.row .mctitle " & @CRLF & _ "a{font-weight:normal!important;font-family:'Roboto Condensed',sans-serif!important;}.color-switch " & @CRLF & _ ".mgid_ads.row{background:#222!important}.color-switch .mgid_ads.row .mgheader,.color-switch " & @CRLF & _ ".chapter-content{border-color:#444!important}.chapter-content{border-top:1px solid " & @CRLF & _ "#dcdcdc;border-bottom:1px solid #dcdcdc;padding-top:10px;margin:15px 0}.chapter-ngan " & @CRLF & _ ".chapter-content{border-top:none!important}.chapter-ngan " & @CRLF & _ ".mgbox{margin-bottom:10px!important}.mgid_icon{display:block;margin:0 0 -40px " & @CRLF & _ "20px;line-height:40px;color:#eca314;font-size: " & @CRLF & _ "16px;z-index:1}.ads_sidebar.mgid_icon{margin-left:15px!important}.ads_sidebar " & @CRLF & _ ".mgid_icon{margin-left:15px!important}/*Gửi " & @CRLF & _ "Truyện*/.guitruyen.row{background:#fff;margin:0}.guitruyen-hang{line-height:41px;border-bottom:1px dashed" & @CRLF & _ "#dcdcdc;padding:0 15px}.guitruyen-hang span{top:2px;padding-right:7px;color:#008c7f}.guitruyen " & @CRLF & _ ".guitruyen-hang:nth-of-type(1) span{color:#e91e63}.guitruyen-hang " & @CRLF & _ "a,.guitruyen-hang:nth-of-type(3){color:#008c7f}.guitruyen-hang:last-child{border:none}.guitruyen.row>span" & @CRLF & _ "{position:absolute;line-height:40px;left:15px;font-size:16px;color:#008c7f}#list-index .widget_text " & @CRLF & _ ".title-list h4{padding-left:35px}.color-switch " & @CRLF & _ ".guitruyen-hang{border-color:#444!important}.truyen-info-after-ads{margin:10px " & @CRLF & _ "-15px}.trang-chu-de-cu-ads,.trang-ads-nguon-cap,.chuyen-muc-ads-nguon-cap{overflow:hidden;background:#fff" & @CRLF & _ "}.trang-chu-de-cu-ads{box-shadow:0 0 6px " & @CRLF & _ "#e9e9e9;margin-bottom:15px}.trang-ads-nguon-cap,.chuyen-muc-ads-nguon-cap{margin:7.5px 0}.list-truyen " & @CRLF & _ ".mgid_ads.row{box-shadow:none}.huy-bo{background:#fff;padding:0 5px 1px " & @CRLF & _ "5px;color:#ff9800;text-decoration:line-through;border-radius:3px 0 0 " & @CRLF & _ "3px;margin-right:5px;margin-left:-4px;font-weight:700}.huy-bo-mau{text-decoration:line-through;color:#ff9" & @CRLF & _ "800}.hoan-thanh-mau{color:#d26187}.truyen-info-after-ads .adsbygoogle{background:#fff;box-shadow:0 0 6px " & @CRLF & _ "#e9e9e9}.list-truyen > " & @CRLF & _ ".adsbygoogle{background:#fff}body,.col-tren{background:#f5f5f5}/*new-style*/.readed-dark{display:none}.co" & @CRLF & _ "lor-switch .readed-dark{display:unset}.color-switch " & @CRLF & _ ".readed-light{display:none}.inside-item,.thumb-inside-item{display:block;position:absolute;width:100%;lef" & @CRLF & _ "t:0;padding:5px 15px;text-align:center;z-index:1}.big-image1 .inside-item{padding:11px 15px}.de-cu " & @CRLF & _ ".sticker-hot,.de-cu .sticker-new,.decu-full{text-transform:uppercase;padding:1px 5px " & @CRLF & _ "1px;border-radius:2px;color:#fff;font-family:'Roboto Condensed',sans-serif;font-weight:700;margin:0 " & @CRLF & _ "2px;float:none}.de-cu .sticker-hot,.single_tien_to .huy-bo-mau,.single_tien_to " & @CRLF & _ ".tien_to_hot,.thumb-inside-item .huy-bo-mau,.thumb-inside-item .tien_to_hot{background:#eca314;border:1px" & @CRLF & _ "solid #e0990d}.decu-full,.single_tien_to .hoan-thanh-mau,.thumb-inside-item " & @CRLF & _ ".hoan-thanh-mau{background:#e91e63;border:1px solid #db1458}.de-cu .sticker-new,.single_tien_to " & @CRLF & _ ".tien_to_new,.thumb-inside-item .tien_to_new{background:#00b100;border:1px solid #00ab00}@media " & @CRLF & _ "(min-width:1200px){.big-image2 .decu-full,.big-image2 .sticker-hot,.big-image2 .sticker-new,.big-image3 " & @CRLF & _ ".decu-full,.big-image3 .sticker-hot,.big-image3 .sticker-new,.big-image4 .decu-full,.big-image4 " & @CRLF & _ ".sticker-hot,.big-image4 .sticker-new,.big-image5 .decu-full,.big-image5 .sticker-hot,.big-image5 " & @CRLF & _ ".sticker-new,.big-image6 .decu-full,.big-image6 .sticker-hot,.big-image6 .sticker-new,.big-image7 " & @CRLF & _ ".decu-full,.big-image7 .sticker-hot,.big-image7 .sticker-new{font-size:11px;padding:1px 3px " & @CRLF & _ "1px}.big-image2 .inside-item,.big-image3 .inside-item,.big-image4 .inside-item,.big-image5 " & @CRLF & _ ".inside-item,.big-image6 .inside-item,.big-image7 .inside-item{width:130px}}@media (max-width:1199px) and" & @CRLF & _ "(min-width:992px){.big-image1 .inside-item,.big-image2 .inside-item,.big-image3 .inside-item,.big-image4 " & @CRLF & _ ".inside-item{padding:11px 15px}.big-image5 .inside-item,.big-image6 .inside-item,.big-image7 " & @CRLF & _ ".inside-item{width:130px}.big-image5 .decu-full,.big-image5 .sticker-hot,.big-image5 " & @CRLF & _ ".sticker-new,.big-image6 .decu-full,.big-image6 .sticker-hot,.big-image6 .sticker-new,.big-image7 " & @CRLF & _ ".decu-full,.big-image7 .sticker-hot,.big-image7 .sticker-new{font-size:11px;padding:1px 3px 1px}}@media " & @CRLF & _ "(max-width:991px) and (min-width:768px){.big-image1 .inside-item,.big-image2 .inside-item,.big-image3 " & @CRLF & _ ".inside-item{padding:11px 15px;top:15px}.big-image4 .inside-item,.big-image5 .inside-item,.big-image6 " & @CRLF & _ ".inside-item,.big-image7 .inside-item{width:130px;top:15px}.thumb-inside-item{top:0}.big-image4 " & @CRLF & _ ".decu-full,.big-image4 .sticker-hot,.big-image4 .sticker-new,.big-image5 .decu-full,.big-image5 " & @CRLF & _ ".sticker-hot,.big-image5 .sticker-new,.big-image6 .decu-full,.big-image6 .sticker-hot,.big-image6 " & @CRLF & _ ".sticker-new,.big-image7 .decu-full,.big-image7 .sticker-hot,.big-image7 " & @CRLF & _ ".sticker-new{font-size:11px;padding:1px 3px 1px}}@media (max-width:767px) and " & @CRLF & _ "(min-width:580px){.big-image2 .inside-item,.big-image3 .inside-item,.big-image4 .inside-item,.big-image5 " & @CRLF & _ ".inside-item,.big-image6 .inside-item,.big-image7 .inside-item{width:130px;top:15px}.big-image1 " & @CRLF & _ ".inside-item{top:15px}.thumb-inside-item{top:0}.big-image2 .decu-full,.big-image2 " & @CRLF & _ ".sticker-hot,.big-image2 .sticker-new,.big-image3 .decu-full,.big-image3 .sticker-hot,.big-image3 " & @CRLF & _ ".sticker-new,.big-image4 .decu-full,.big-image4 .sticker-hot,.big-image4 .sticker-new,.big-image5 " & @CRLF & _ ".decu-full,.big-image5 .sticker-hot,.big-image5 .sticker-new,.big-image6 .decu-full,.big-image6 " & @CRLF & _ ".sticker-hot,.big-image6 .sticker-new,.big-image7 .decu-full,.big-image7 .sticker-hot,.big-image7 " & @CRLF & _ ".sticker-new{font-size:11px;padding:1px 3px 1px}}@media (max-width:579px) and " & @CRLF & _ "(min-width:337px){.big-image1 .inside-item,.big-image2 .inside-item,.big-image3 .inside-item,.big-image4 " & @CRLF & _ ".inside-item{padding:11px 15px;top:15px}.thumb-inside-item{top:0}.big-image5 .inside-item,.big-image6 " & @CRLF & _ ".inside-item,.big-image7 .inside-item{width:130px;top:15px}.big-image5 .decu-full,.big-image5 " & @CRLF & _ ".sticker-hot,.big-image5 .sticker-new,.big-image6 .decu-full,.big-image6 .sticker-hot,.big-image6 " & @CRLF & _ ".sticker-new,.big-image7 .decu-full,.big-image7 .sticker-hot,.big-image7 " & @CRLF & _ ".sticker-new{font-size:11px;padding:1px 3px 1px}}@media (max-width:336px){.big-image2 " & @CRLF & _ ".inside-item,.big-image3 .inside-item,.big-image4 .inside-item,.big-image5 .inside-item,.big-image6 " & @CRLF & _ ".inside-item,.big-image7 .inside-item{width:130px;top:15px}.big-image1 " & @CRLF & _ ".inside-item,.thumb-inside-item{top:0px}.big-image2 .decu-full,.big-image2 .sticker-hot,.big-image2 " & @CRLF & _ ".sticker-new,.big-image3 .decu-full,.big-image3 .sticker-hot,.big-image3 .sticker-new,.big-image4 " & @CRLF & _ ".decu-full,.big-image4 .sticker-hot,.big-image4 .sticker-new,.big-image5 .decu-full,.big-image5 " & @CRLF & _ ".sticker-hot,.big-image5 .sticker-new,.big-image6 .decu-full,.big-image6 .sticker-hot,.big-image6 " & @CRLF & _ ".sticker-new,.big-image7 .decu-full,.big-image7 .sticker-hot,.big-image7 " & @CRLF & _ ".sticker-new{font-size:11px;padding:1px 3px 1px}}.color-switch .de-cu .sticker-hot,.color-switch .de-cu " & @CRLF & _ ".sticker-new,.color-switch .decu-full,.color-switch .hoan-thanh,.color-switch .light-off-button " & @CRLF & _ "button,.color-switch .moi_cap_nhat .sticker-hot,.color-switch .moi_cap_nhat .sticker-new,.color-switch " & @CRLF & _ ".num-search,.color-switch .sidebar_list .sticker-hot,.color-switch .sidebar_list " & @CRLF & _ ".sticker-new,.color-switch .single_tien_to .hoan-thanh-mau,.color-switch .single_tien_to " & @CRLF & _ ".huy-bo-mau,.color-switch .single_tien_to .tien_to_hot,.color-switch .single_tien_to " & @CRLF & _ ".tien_to_new,.color-switch .thumb-inside-item .hoan-thanh-mau,.color-switch .thumb-inside-item " & @CRLF & _ ".huy-bo-mau,.color-switch .thumb-inside-item .tien_to_hot,.color-switch .thumb-inside-item " & @CRLF & _ ".tien_to_new,.color-switch .update_drop,.color-switch .update_full{color:#eee}.moi_cap_nhat " & @CRLF & _ ".sticker-hot,.sidebar_list " & @CRLF & _ ".sticker-hot,.update_drop{background:#eca314;border-color:#e0990d}.moi_cap_nhat " & @CRLF & _ ".sticker-new,.sidebar_list " & @CRLF & _ ".sticker-new{background:#00b100;border-color:#00ab00}.update_full{background:#ef3763;border-color:#db1458" & @CRLF & _ "}@media (max-width:767px){.moi_cap_nhat .sticker-hot,.moi_cap_nhat " & @CRLF & _ ".sticker-new,.update_drop,.update_full{font-size:11px;margin:1px 0 0 5px;padding:2px 3px " & @CRLF & _ "1px}.one-row{display:block}.cate_title{margin-bottom:12.5px!important}}.cate_title{text-align:center;disp" & @CRLF & _ "lay:block;margin:5px 0 20px;font-weight:700;font-family:'Roboto " & @CRLF & _ "Condensed';font-size:18px;text-transform:uppercase;padding:0 15px}.cate_title " & @CRLF & _ ".glyphicon{padding-right:4px;color:#eca314}.thumb-inside-item{padding:15px 0 0!important}.single_tien_to " & @CRLF & _ ".hoan-thanh-mau,.single_tien_to .huy-bo-mau,.single_tien_to .tien_to_hot,.single_tien_to " & @CRLF & _ ".tien_to_new,.thumb-inside-item .hoan-thanh-mau,.thumb-inside-item .huy-bo-mau,.thumb-inside-item " & @CRLF & _ ".tien_to_hot,.thumb-inside-item .tien_to_new{color:#fff;margin:0 2px;padding:1px 5px " & @CRLF & _ "1px;border-radius:2px;font-weight:700;display:inline-block!important;text-transform:uppercase;font-family" & @CRLF & _ ":"Roboto Condensed",Tahoma,sans-serif}.thumb-inside-item .hoan-thanh-mau,.thumb-inside-item " & @CRLF & _ ".huy-bo-mau,.thumb-inside-item .tien_to_hot,.thumb-inside-item " & @CRLF & _ ".tien_to_new{display:inline!important;font-size:11px;padding:1px 3px 1px;margin:0}.sidebar_list " & @CRLF & _ ".sticker-hot,.sidebar_list .sticker-new,.sidebar_list .update_drop,.sidebar_list " & @CRLF & _ ".update_full{font-size:11px;margin:1px 0 0 5px;padding:2px 3px 1px}.de-cu a{display:grid}@media " & @CRLF & _ "(min-width:768px){.one-row .col-main-1-moi-cap-nhat:nth-of-type(1),.one-row " & @CRLF & _ ".home-truyendecu:nth-of-type(1){margin-right:7.5px}.one-row " & @CRLF & _ ".col-main-1-moi-cap-nhat:nth-of-type(2),.one-row " & @CRLF & _ ".home-truyendecu:nth-of-type(2){margin-left:7.5px}.one-row:first-child " & @CRLF & _ ".col-main-1-moi-cap-nhat,.one-row:first-child .home-truyendecu{margin-top:0}.one-row:last-child " & @CRLF & _ ".col-main-1-moi-cap-nhat,.one-row:last-child .home-truyendecu{margin-bottom:0}}.color-switch " & @CRLF & _ "#truyen-slide .col-truyen-main .row{background:unset!important}.list h2 .glyphicon,.title-list " & @CRLF & _ ".glyphicon{color:#eca314}.info-chitiet .glyphicon{color:#009688}#list-index .col-truyen-side " & @CRLF & _ ".title-list,#truyen .title-list,.list .col-xs-12,.list .title-list,.list " & @CRLF & _ "h2{background:#fcfcfc}.color-switch #list-index .col-truyen-side .title-list,.color-switch #truyen " & @CRLF & _ ".title-list,.color-switch .list .col-xs-12,.color-switch .list .title-list,.color-switch .list " & @CRLF & _ "h2{background:#272727!important}.parentitem img{width:33px;height:33px}@media (max-width:480px) AND " & @CRLF & _ "(min-width:337px){.color-switch .normal-image1.big-image1,.color-switch " & @CRLF & _ ".normal-image1.big-image2{box-shadow:5px -5px 6px -6px #272727!important}.big-image3 " & @CRLF & _ ".inside-item,.big-image4 .inside-item{top:7px}}.search_bg .navbar-form " & @CRLF & _ ".input-group>.form-control{background:#f5f5f5;border:1px solid #eca314!important}/* 3 sticker */@media " & @CRLF & _ "(max-width:579px){.thumb-inside-item>.tien_to_hot+.tien_to_new+.hoan-thanh-mau{position:absolute;top:28px" & @CRLF & _ ";left:50%;margin:auto;transform:translate(-50%);line-height:14px}}@media (max-width:579px) and " & @CRLF & _ "(min-width:337px){.big-image5 .inside-item>.sticker-hot+.sticker-new+.decu-full,.big-image6 " & @CRLF & _ ".inside-item>.sticker-hot+.sticker-new+.decu-full,.big-image7 " & @CRLF & _ ".inside-item>.sticker-hot+.sticker-new+.decu-full{position:absolute;top:28px;left:50%;margin:auto;transfo" & @CRLF & _ "rm:translate(-50%)}}@media (max-width:336px){.de-cu>div:not(.big-image1) " & @CRLF & _ ".inside-item>.sticker-hot+.sticker-new+.decu-full{position:absolute;top:28px;left:50%;margin:auto;transfo" & @CRLF & _ "rm:translate(-50%)}}.chapter .chapter-content{word-break:break-word}</style> <meta property="fb:app_id" " & @CRLF & _ "content="151642093658647" /><script async " & @CRLF & _ "src="https://www.googletagmanager.com/gtag/js?id=G-4NSZSV2DER"></script><script> window.dataLayer = " & @CRLF & _ "window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); " & @CRLF & _ "gtag('config', 'G-4NSZSV2DER');</script><script async " & @CRLF & _ "src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4348605768189113" " & @CRLF & _ "crossorigin="anonymous"></script> <script type="text/javascript"> var site = 'https://animedaily.net'; " & @CRLF & _ "(function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; " & @CRLF & _ "po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; " & @CRLF & _ "s.parentNode.insertBefore(po, s); })(); </script> </head> <body id="story-chap"> <div " & @CRLF & _ "id="fb-root"></div><script async defer crossorigin="anonymous" " & @CRLF & _ "src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v18.0&appId=151642093658647&autoLogAppEven" & @CRLF & _ "ts=1"></script> <div id="wrap"> <div class="navbar navbar-default navbar-static-top" role="navigation" " & @CRLF & _ "id="nav"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle"" & @CRLF & _ "data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Show Menu</span> <span " & @CRLF & _ "class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button><a " & @CRLF & _ "class="logo-h1" id="trang-chu" href="https://animedaily.net" title="Anime Daily"><img alt="Anime Daily" " & @CRLF & _ "src="https://animedaily.net/wp-content/uploads/2023/11/ad-logo.png" class="head-logo"/></a><div " & @CRLF & _ "class="light-switch"><button name="fluid-switchh" id="fluid-yess"><img class="light-on" title="Light Off"" & @CRLF & _ "alt="Light Off" " & @CRLF & _ "src="https://animedaily.net/wp-content/themes/boxtruyen/images/tat-den.png"></button><button " & @CRLF & _ "name="fluid-switchh" id="fluid-noo"><img class="light-off" title="Light On" alt="Light On" " & @CRLF & _ "src="https://animedaily.net/wp-content/themes/boxtruyen/images/bat-den.png"></button></div><div " & @CRLF & _ "class="readedpost"><a title="Reading" href="https://animedaily.net/reading"><img class="readed-light" " & @CRLF & _ "alt="Reading" height="25" " & @CRLF & _ "src="https://animedaily.net/wp-content/themes/boxtruyen/images/readed-post.png"><img class="readed-dark" " & @CRLF & _ "alt="Reading" height="25" " & @CRLF & _ "src="https://animedaily.net/wp-content/themes/boxtruyen/images/readed-post-dark.png"></a></div> </div> " & @CRLF & _ "<div class="navbar-collapse collapse"> <ul class="control nav navbar-nav"> <li class="dropdown"> <a " & @CRLF & _ "href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown"> <span class="glyphicon " & @CRLF & _ "glyphicon-list"></span> Novel List <span class="caret"></span> </a> <ul class="dropdown-menu" " & @CRLF & _ "role="menu"><ul id="menu-danh-sach" class="menu"><li id="menu-item-1237514" class="menu-item " & @CRLF & _ "menu-item-type-post_type menu-item-object-page menu-item-1237514"><a " & @CRLF & _ "href="https://animedaily.net/reading"><span class="glyphicon glyphicon-time"></span>Reading</a></li><li " & @CRLF & _ "id="menu-item-1237516" class="menu-item menu-item-type-post_type menu-item-object-page " & @CRLF & _ "menu-item-1237516"><a href="https://animedaily.net/new-novels"><span class="glyphicon " & @CRLF & _ "glyphicon-edit"></span>New Novels</a></li><li id="menu-item-1237517" class="menu-item " & @CRLF & _ "menu-item-type-post_type menu-item-object-page menu-item-1237517"><a " & @CRLF & _ "href="https://animedaily.net/latest-release"><span class="glyphicon glyphicon-refresh"></span>Latest " & @CRLF & _ "Release</a></li><li id="menu-item-1237515" class="menu-item menu-item-type-post_type " & @CRLF & _ "menu-item-object-page menu-item-1237515"><a href="https://animedaily.net/most-popular"><span " & @CRLF & _ "class="glyphicon glyphicon-eye-open"></span>Most Popular</a></li><li id="menu-item-1237518" " & @CRLF & _ "class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1237518"><a " & @CRLF & _ "href="https://animedaily.net/complete-novels"><span class="glyphicon glyphicon-check"></span>Completed " & @CRLF & _ "Novels</a></li><li id="menu-item-1240767" class="menu-item menu-item-type-post_type menu-item-object-page" & @CRLF & _ "menu-item-1240767"><a href="https://animedaily.net/front"><span class="glyphicon " & @CRLF & _ "glyphicon-check"></span>All Novels</a></li></ul> </ul> </li><li class="dropdown"><a " & @CRLF & _ "href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon " & @CRLF & _ "glyphicon-list"></span> Genre <span class="caret"></span></a><div class="dropdown-menu multi-column"><div" & @CRLF & _ "class="row"><div class="col-md-4"><ul class="dropdown-menu"><li><a href="https://animedaily.net/action" " & @CRLF & _ "title="Action">Action</a></li><li><a href="https://animedaily.net/adult" " & @CRLF & _ "title="Adult">Adult</a></li><li><a href="https://animedaily.net/adventure" " & @CRLF & _ "title="Adventure">Adventure</a></li><li><a href="https://animedaily.net/comedy" " & @CRLF & _ "title="Comedy">Comedy</a></li><li><a href="https://animedaily.net/drama" " & @CRLF & _ "title="Drama">Drama</a></li><li><a href="https://animedaily.net/eastern" " & @CRLF & _ "title="Eastern">Eastern</a></li><li><a href="https://animedaily.net/ecchi" " & @CRLF & _ "title="Ecchi">Ecchi</a></li><li><a href="https://animedaily.net/fantasy" " & @CRLF & _ "title="Fantasy">Fantasy</a></li><li><a href="https://animedaily.net/game" " & @CRLF & _ "title="Game">Game</a></li><li><a href="https://animedaily.net/gender-bender" title="Gender Bender">Gender" & @CRLF & _ "Bender</a></li><li><a href="https://animedaily.net/harem" title="Harem">Harem</a></li><li><a " & @CRLF & _ "href="https://animedaily.net/hentai" title="Hentai">Hentai</a></li><li><a " & @CRLF & _ "href="https://animedaily.net/historical" title="Historical">Historical</a></li></ul></div><div " & @CRLF & _ "class="col-md-4"><ul class="dropdown-menu"><li><a href="https://animedaily.net/history" " & @CRLF & _ "title="History">History</a></li><li><a href="https://animedaily.net/horror" " & @CRLF & _ "title="Horror">Horror</a></li><li><a href="https://animedaily.net/isekai" " & @CRLF & _ "title="Isekai">Isekai</a></li><li><a href="https://animedaily.net/josei" " & @CRLF & _ "title="Josei">Josei</a></li><li><a href="https://animedaily.net/lgbt" title="LGBT+">LGBT+</a></li><li><a " & @CRLF & _ "href="https://animedaily.net/litrpg" title="LitRPG">LitRPG</a></li><li><a " & @CRLF & _ "href="https://animedaily.net/lolicon" title="Lolicon">Lolicon</a></li><li><a " & @CRLF & _ "href="https://animedaily.net/magic" title="Magic">Magic</a></li><li><a " & @CRLF & _ "href="https://animedaily.net/magical" title="Magical">Magical</a></li><li><a " & @CRLF & _ "href="https://animedaily.net/magical-realism" title="Magical Realism">Magical Realism</a></li><li><a " & @CRLF & _ "href="https://animedaily.net/manhua" title="Manhua">Manhua</a></li><li><a " & @CRLF & _ "href="https://animedaily.net/martial" title="Martial">Martial</a></li><li><a " & @CRLF & _ "href="https://animedaily.net/martial-arts" title="Martial Arts">Martial Arts</a></li></ul></div><div " & @CRLF & _ "class="col-md-4"><ul class="dropdown-menu"><li><a href="https://animedaily.net/mature" " & @CRLF & _ "title="Mature">Mature</a></li><li><a href="https://animedaily.net/mecha" " & @CRLF & _ "title="Mecha">Mecha</a></li><li><a href="https://animedaily.net/mystery" " & @CRLF & _ "title="Mystery">Mystery</a></li><li><a href="https://animedaily.net/psychological" " & @CRLF & _ "title="Psychological">Psychological</a></li><li><a href="https://animedaily.net/reincarnation" " & @CRLF & _ "title="Reincarnation">Reincarnation</a></li><li><a href="https://animedaily.net/romance" " & @CRLF & _ "title="Romance">Romance</a></li><li><a href="https://animedaily.net/school-life" title="School " & @CRLF & _ "Life">School Life</a></li><li><a href="https://animedaily.net/sci-fi" " & @CRLF & _ "title="Sci-fi">Sci-fi</a></li><li><a href="https://animedaily.net/seinen" " & @CRLF & _ "title="Seinen">Seinen</a></li><li><a href="https://animedaily.net/shoujo" " & @CRLF & _ "title="Shoujo">Shoujo</a></li><li><a href="https://animedaily.net/shoujo-ai" title="Shoujo Ai">Shoujo " & @CRLF & _ "Ai</a></li><li><a href="https://animedaily.net/shounen" title="Shounen">Shounen</a></li><li><a " & @CRLF & _ "href="https://animedaily.net/shounen-ai" title="Shounen Ai">Shounen Ai</a></li></ul></div><div " & @CRLF & _ "class="col-md-4"><ul class="dropdown-menu"><li><a href="https://animedaily.net/slice-of-life" " & @CRLF & _ "title="Slice of Life">Slice of Life</a></li><li><a href="https://animedaily.net/smut" " & @CRLF & _ "title="Smut">Smut</a></li><li><a href="https://animedaily.net/sports" " & @CRLF & _ "title="Sports">Sports</a></li><li><a href="https://animedaily.net/supernatural" " & @CRLF & _ "title="Supernatural">Supernatural</a></li><li><a href="https://animedaily.net/system" " & @CRLF & _ "title="System">System</a></li><li><a href="https://animedaily.net/traged" " & @CRLF & _ "title="Traged">Traged</a></li><li><a href="https://animedaily.net/tragedy" " & @CRLF & _ "title="Tragedy">Tragedy</a></li><li><a href="https://animedaily.net/uncategorized" " & @CRLF & _ "title="Uncategorized">Uncategorized</a></li><li><a href="https://animedaily.net/video-games" title="Video" & @CRLF & _ "Games">Video Games</a></li><li><a href="https://animedaily.net/wuxia" title="Wuxia">Wuxia</a></li><li><a " & @CRLF & _ "href="https://animedaily.net/xianxia" title="Xianxia">Xianxia</a></li><li><a " & @CRLF & _ "href="https://animedaily.net/xuanhuan" title="Xuanhuan">Xuanhuan</a></li><li><a " & @CRLF & _ "href="https://animedaily.net/yaoi" title="Yaoi">Yaoi</a></li></ul></div><div class="col-md-4"><ul " & @CRLF & _ "class="dropdown-menu"><li><a href="https://animedaily.net/yuri" " & @CRLF & _ "title="Yuri">Yuri</a></li></ul></div></div></div></li> <li class="header-menu"></li> </ul> <form " & @CRLF & _ "class="navbar-form navbar-right" action="https://animedaily.net" role="search"> <div class="input-group">" & @CRLF & _ "<input data-swplive="true" class="form-control" type="text" name="s" placeholder="Search novel..." " & @CRLF & _ "value="" onkeydown="event.stopPropagation();" required> <div class="input-group-btn"> <button class="btn " & @CRLF & _ "btn-default" type="submit"> <span class="glyphicon glyphicon-search"></span> </button> </div> </div> " & @CRLF & _ "</form> <div class="navbar-social navbar-right visible-md visible-lg"> </div> <div class="navbar-social " & @CRLF & _ "navbar-right visible-md visible-lg"> </div> </div> </div> <div class="navbar-breadcrumb"> <div " & @CRLF & _ "class="container breadcrumb-container"><ol class="breadcrumb" itemscope="" " & @CRLF & _ "itemtype="https://schema.org/BreadcrumbList"><li itemprop="itemListElement" itemscope " & @CRLF & _ "itemtype="https://schema.org/ListItem"><a href="https://animedaily.net" accesskey="1"><span " & @CRLF & _ "class="glyphicon glyphicon-home"></span></a><a href="https://animedaily.net" title="Home" " & @CRLF & _ "itemprop="item"><span itemprop="name">Home</span></a><meta itemprop="position" content="1"></li><li " & @CRLF & _ "itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><a " & @CRLF & _ "href="https://animedaily.net/action" title="Action, Adventure, Fantasy, Martial Arts, Mature, " & @CRLF & _ "Psychological, Xianxia" itemprop="item"><span itemprop="name">Action</span></a><meta itemprop="position" " & @CRLF & _ "content="2"></li><li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><a " & @CRLF & _ "href="https://animedaily.net/reverend-insanity-novel.html" title="Reverend Insanity Novel" " & @CRLF & _ "itemprop="item"><span itemprop="name"><h2>Reverend Insanity Novel</h2></span></a><meta " & @CRLF & _ "itemprop="position" content="3"></li><li class="active" itemprop="itemListElement" itemscope " & @CRLF & _ "itemtype="https://schema.org/ListItem"><h1><a " & @CRLF & _ "href="https://animedaily.net/reverend-insanity-novel/chapter-1.html" title="Chapter 1" " & @CRLF & _ "itemprop="item"><span itemprop="name">Chapter 1</span></a></h1><meta itemprop="position" " & @CRLF & _ "content="4"></li></ol></div> <div class="container breadcrumb-container"><span class="gioi_thieu " & @CRLF & _ "glyphicon glyphicon-hand-right"></span><h1>Join our <strong><a href="https://discord.gg/AQ9qBG8uWK" " & @CRLF & _ "target="_blank">Discord server</a></strong> for more discussion!</h1></div> </div> </div><div " & @CRLF & _ "class="container chapter" style="margin-bottom:5px;"> <div class="row"> <div class="col-xs-12"> <button " & @CRLF & _ "type="button" class="btn btn-responsive hide-header-btn toggle-nav-open"><span class="glyphicon " & @CRLF & _ "glyphicon-menu-up"></span></button> <h2 style="display:block"><a class="truyen-title" " & @CRLF & _ "href="https://animedaily.net/reverend-insanity-novel.html" title="Reverend Insanity Novel">Reverend " & @CRLF & _ "Insanity Novel</a></h2> <h2 style="margin-bottom:15px"><a class="chapter-title" " & @CRLF & _ "href="https://animedaily.net/reverend-insanity-novel/chapter-1.html" title="Reverend Insanity Novel - " & @CRLF & _ "Chapter 1">Chapter 1</a></h2><div class="chapter-nav"><div class="btn-group"><a class="btn btn-success " & @CRLF & _ "disabled" href="javascript:void(0)" title="No previous chapter" id="prev_chap"><span class="glyphicon " & @CRLF & _ "glyphicon-chevron-left"></span> <span class="hidden-xs">Previous</span></a><button type="button" " & @CRLF & _ "class="btn btn-success" id="chapter_jump"><span class="glyphicon glyphicon-list-alt"></span></button><div" & @CRLF & _ "class="chap_options btn btn-success"><div class="dropdown"> <a href="javascript:void(0)" " & @CRLF & _ "class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-cog " & @CRLF & _ "full-click"></span></a> <div class="dropdown-menu dropdown-menu-right settings"> <form " & @CRLF & _ "class="form-horizontal"> <div class="form-group form-group-sm"> <label class="col-sm-2 col-md-5 " & @CRLF & _ "control-label" for="font-chu">Fonts Family</label> <div class="col-sm-5 col-md-7"> <select " & @CRLF & _ "class="form-control" id="font-chu"> <option value="Palatino Linotype, sans-serif">Palatino " & @CRLF & _ "Linotype</option> <option value="Segoe UI, sans-serif">Segoe UI</option> <option value="Roboto, " & @CRLF & _ "sans-serif">Roboto</option> <option value="Roboto Condensed, sans-serif">Roboto Condensed</option> " & @CRLF & _ "<option value="Patrick Hand, sans-serif">Patrick Hand</option> <option value="Noticia Text, " & @CRLF & _ "sans-serif">Noticia Text</option> <option value="Times New Roman, sans-serif">Times New Roman</option> " & @CRLF & _ "<option value="Verdana, sans-serif">Verdana</option> <option value="Tahoma, sans-serif">Tahoma</option> " & @CRLF & _ "<option value="Arial, sans-serif">Arial</option> </select> </div> </div> <div class="form-group " & @CRLF & _ "form-group-sm"> <label class="col-sm-2 col-md-5 control-label" for="size-chu">Text Size</label> <div " & @CRLF & _ "class="col-sm-5 col-md-7"> <select class="form-control" id="size-chu"> <option value="16px">16</option> " & @CRLF & _ "<option value="18px">18</option> <option value="20px">20</option> <option value="22px">22</option> " & @CRLF & _ "<option value="24px">24</option> <option value="26px">26</option> <option value="28px">28</option> " & @CRLF & _ "<option value="30px">30</option> </select> </div> </div> <div class="form-group form-group-sm"> <label " & @CRLF & _ "class="col-sm-2 col-md-5 control-label" for="line-height">Line Height</label> <div class="col-sm-5 " & @CRLF & _ "col-md-7"> <select class="form-control" id="line-height"> <option value="100%">100%</option> <option " & @CRLF & _ "value="120%">120%</option> <option value="140%">140%</option> <option value="160%">160%</option> <option " & @CRLF & _ "value="180%">180%</option> <option value="200%">200%</option> </select> </div> </div> <div " & @CRLF & _ "class="form-group form-group-sm"> <label class="col-sm-2 col-md-5 control-label">Full Frame</label> <div " & @CRLF & _ "class="col-sm-5 col-md-7"> <label class="radio-inline" for="fluid-yes"> <input type="radio" " & @CRLF & _ "name="fluid-switch" id="fluid-yes" value="yes"> Yes </label> <label class="radio-inline" for="fluid-no"> " & @CRLF & _ "<input type="radio" name="fluid-switch" id="fluid-no" value="no" checked> No </label> </div> </div> <div " & @CRLF & _ "class="form-group form-group-sm"> <label class="col-sm-2 col-md-5 control-label">No Line Break</label> " & @CRLF & _ "<div class="col-sm-5 col-md-7"> <label class="radio-inline" for="onebreak-yes"> <input type="radio" " & @CRLF & _ "name="onebreak-switch" id="onebreak-yes" value="yes"> Yes </label> <label class="radio-inline" " & @CRLF & _ "for="onebreak-no"> <input type="radio" name="onebreak-switch" id="onebreak-no" value="no" checked> No " & @CRLF & _ "</label> </div> </div> </form> </div></div></div><a class="btn btn-success" id="next_chap" " & @CRLF & _ "href="https://animedaily.net/reverend-insanity-novel/chapter-2.html"><span class="hidden-xs">Next</span> " & @CRLF & _ "<span class="glyphicon glyphicon-chevron-right"></span></a></div></div> <hr class="chapter-start"/><div " & @CRLF & _ "class="chuong-ads-header"><script async " & @CRLF & _ "src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4348605768189113" " & @CRLF & _ "crossorigin="anonymous"></script><ins class="adsbygoogle" style="display:block" " & @CRLF & _ "data-ad-client="ca-pub-4348605768189113" data-ad-slot="4816119501" data-ad-format="auto" " & @CRLF & _ "data-full-width-responsive="true"></ins><script> (adsbygoogle = window.adsbygoogle || " & @CRLF & _ "[]).push({});</script></div> <div class="chapter-content"> <p><strong>Chapter 1 – The heart of a demon " & @CRLF & _ "never has regret even in death</strong></p><p>“Fang Yuan, quietly hand over the Spring Autumn Cicada and " & @CRLF & _ "I’ll give you a quick death!”</p><p>“Old bastard Fang, stop attempting to resist anymore, today all of " & @CRLF & _ "the major factions of justice have combined together just to destroy your devil lair. This place is " & @CRLF & _ "already covered in inescapable nets, this time you will definitely be decapitated!”</p><p>“Fang Yuan you " & @CRLF & _ "damn demon, just because you wanted to cultivate the Spring Autumn Cicada, you’ve gone and killed " & @CRLF & _ "thousands of people. You’ve committed too many unforgivable, heinous sins!“</p><p>“Demon, 300 years ago " & @CRLF & _ "you insulted me, took away my body’s purity, killed my entire family and executed my nine generations. " & @CRLF & _ "From that moment onwards, I hated you with a burning passion! Today, I want you to " & @CRLF & _ "die!”</p><p>……</p><p>Fang Yuan was in deep green robes that had been torn to shreds. His hair was " & @CRLF & _ "disheveled and his entire body was covered in blood. He looked around.</p><p>The bloody robes waved " & @CRLF & _ "lightly in the mountain breeze like a war flag.</p><p>Fresh blood flowed from the numerous wounds on the " & @CRLF & _ "body. Just by standing there for a short while, Fang Yuan had already accumulated a large pool of blood " & @CRLF & _ "beneath his feet.</p><p>Enemies surrounded him all around; there was already no way out.</p><p>It was a " & @CRLF & _ "forgone conclusion that he would die here.</p><p>Fang Yuan understood his situation clearly, but even in " & @CRLF & _ "the face of death his expression did not change, it was calm.</p><p>His gaze was quiet, his eyes like " & @CRLF & _ "deep pools of water in a well, so deep that there seemed to be no end.</p><p>The major factions of " & @CRLF & _ "justice that had surrounded him were not just the experienced elders, but also young and talented heroes." & @CRLF & _ "Around the heavily surrounded Fang Yuan, some were roaring, some were sneering; there were eyes that were" & @CRLF & _ "gleaming with light, some holding onto their wounds while looking on fearfully.</p><p>They did not move; " & @CRLF & _ "everyone was wary of Fang Yuan’s final attack.</p><p>For 6 hours this tense moment went on until the " & @CRLF & _ "evening came, the sun casting its rays upon the side of the mountain. In that moment, it was as if the " & @CRLF & _ "place was on fire.</p><p>Fang Yuan, who had been silent as a sculpture the entire time, slowly turned his" & @CRLF & _ "body.</p><p>The group of warriors was suddenly alerted and they all took a big step backwards.</p><p>By " & @CRLF & _ "now the gray mountain rock beneath Fang Yuan’s feet had long been stained a deep red. Due to losing too " & @CRLF & _ "much blood, his face had become deathly pale; in the afterglow of the sunset, it suddenly had a brilliant" & @CRLF & _ "luster upon it.</p><p>Looking at the setting sun, Fang Yuan lightly laughed. “The sun sets above the blue" & @CRLF & _ "mountain, the autumn moon with the wind of spring. The morning is fine like hair and night is like snow, " & @CRLF & _ "whether you succeed or fail when you look back there’s nothing left.”</p><p>As he said this, memories of " & @CRLF & _ "his previous life on Earth emerged before his eyes.</p><p>He was originally a Chinese scholar on Earth " & @CRLF & _ "who chanced upon this world. He endured a hard life for 300 years and went through another 200 years; " & @CRLF & _ "about over 500 years of his life flew by in the blink of an eye.</p><p>So many memories that were buried " & @CRLF & _ "deep inside the heart begun to relive themselves, sprouting into life before his eyes.</p><div " & @CRLF & _ "style="margin-bottom:40px"><script async " & @CRLF & _ "src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4348605768189113" " & @CRLF & _ "crossorigin="anonymous"></script><ins class="adsbygoogle" style="display:block" " & @CRLF & _ "data-ad-client="ca-pub-4348605768189113" data-ad-slot="5199262883" data-ad-format="auto" " & @CRLF & _ "data-full-width-responsive="true"></ins><script> (adsbygoogle = window.adsbygoogle || " & @CRLF & _ "[]).push({});</script></div><p>“I failed in the end.” Fang Yuan sighed in his heart emotionally, yet " & @CRLF & _ "there were no regrets.</p><p>This end result was something he had foreseen. When he made his decision in " & @CRLF & _ "the beginning, he had prepared himself for this.</p><p>To be a demon is to be merciless and cruel, a " & @CRLF & _ "murderer and destroyer. There is no place in heaven or earth for such a thing – turning into an enemy to " & @CRLF & _ "the world, still having to face the consequences.</p><p>“If the Spring Autumn Cicada that I have just " & @CRLF & _ "cultivated is effective, I shall still be a demon in my next life!” With this thought, Fang Yuan couldn’t" & @CRLF & _ "help but let out a big laugh.</p><p>“Wicked demon, what are you laughing about?”</p><p>“Be careful " & @CRLF & _ "everyone, the demon is going to attack before his final moments!”</p><p>“Hurry up and surrender the " & @CRLF & _ "Spring Autumn Cicada!!”</p><p>The group of warlords surged forward; at this moment, with a loud bang, " & @CRLF & _ "Fang Yuan was engulfed in a blinding surge of energy.</p><p>……</p><p>The spring rain quietly rained down " & @CRLF & _ "on Qing Mao Mountain.</p><p> It was already late in the night, a slight breeze blowing with the light " & @CRLF & _ "rain.</p><p>Yet Qing Mao Mountain was not covered in darkness; from the side down to the foot of the " & @CRLF & _ "mountain, dozens of tiny lights shone like a bright band.</p><p>These lights shone from tall buildings, " & @CRLF & _ "even though it could not be said to match up to ten thousand lights, yet it was still a few thousand in " & @CRLF & _ "number.</p><p>Situated on the mountain was Gu Yue(1) Village, giving the vast lonely mountain a rich " & @CRLF & _ "touch of human civilization.</p><p>In the middle of the Gu Yue Village was a magnificent pavilion. A " & @CRLF & _ "grand ceremony was being held at this moment, and the lights were even brighter than ever, radiating with" & @CRLF & _ "glory.</p><p></p><p>“Ancestors, please bless us! We pray that this ceremony will bring many young men of " & @CRLF & _ "outstanding talent and intelligence, bringing their families new blood and hopes!” The head of the Gu Yue" & @CRLF & _ "clan had a middle-aged appearance, his sideburns were graying and he was clothed in ceremonial white " & @CRLF & _ "robes, kneeling on the brownish yellow floor. His body was straight with his hands held together, eyes " & @CRLF & _ "tightly shut as he prayed sincerely.</p><p>He was facing a tall black case; there were three layers on " & @CRLF & _ "the case, all housing memorial tablets of ancestors. On both sides of the tablets was copper incense, the" & @CRLF & _ "smoke rising.</p><p>Behind him were over 10 people kneeling in a similar fashion as him. They wore loose " & @CRLF & _ "white ceremonial garments, and were all the clan’s elders, important members, and those who had much " & @CRLF & _ "authority.</p><p>After finishing prayers, the Gu Yue clan head bent his waist with his two hands pressing" & @CRLF & _ "against the floor and kowtowed. As the forehead knocked against the brownish yellow floor, light thuds " & @CRLF & _ "could be heard.</p><p>Behind him, the elders and important clan members solemnly and quietly followed " & @CRLF & _ "suit.</p><p>With this, the hall was filled with light thuds as the heads knocked against the " & @CRLF & _ "floor.</p><p>When the ceremony was over, the crowd of people slowly got up from the ground and silently " & @CRLF & _ "walked out of the sacred temple.</p><div style="margin-bottom:40px"><script async " & @CRLF & _ "src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4348605768189113" " & @CRLF & _ "crossorigin="anonymous"></script><ins class="adsbygoogle" style="display:block" " & @CRLF & _ "data-ad-client="ca-pub-4348605768189113" data-ad-slot="1260017876" data-ad-format="auto" " & @CRLF & _ "data-full-width-responsive="true"></ins><script> (adsbygoogle = window.adsbygoogle || " & @CRLF & _ "[]).push({});</script></div><p>In the hallway, sighs of reliefs were heard from the crowd of elders and " & @CRLF & _ "the atmosphere loosened up. The noise of discussion slowly rose.</p><p>“Time flies too quickly, in the " & @CRLF & _ "blink of an eye, a year has gone by.”</p><p>“The previous ceremony feels like it just happened yesterday," & @CRLF & _ "I can still recall it vividly.”</p><p>“Tomorrow is the opening of the annual grand ceremony, I wonder " & @CRLF & _ "what new clan blood will show up this year?”</p><p>“Ah, I hope that some highly talented youths will " & @CRLF & _ "appear. The Gu Yue clan hasn’t seen a genius emerge for three years now.”</p><p>“Agreed. The Bai Village," & @CRLF & _ "Xiong Village these few years all had some talented geniuses appear. Especially that Bai Ning Bing from " & @CRLF & _ "the Bai clan, his natural talent is quite terrifying.”</p><p>It was unclear who had brought up the name " & @CRLF & _ "Bai Ning Bing, but the faces of the elders started to show worry.</p><p>The boy’s qualifications were " & @CRLF & _ "splendid; in just a short period of two years worth of training, he had already reached the level of a " & @CRLF & _ "level three Gu Master.</p><p> In the younger generation, he could be said as the most outstanding one. It" & @CRLF & _ "was to the point that even the older generation could feel pressured from the promising youth.</p><p>In " & @CRLF & _ "time, he would inevitably become the pillar of the Bai clan. At the very least he would also be an " & @CRLF & _ "independently strong warrior. No one ever doubted this fact.</p><p>“But for this year’s youths that will " & @CRLF & _ "be participating in the ceremony, not all hope is lost.”</p><p>“You’re right, Fang Zhi’s side has " & @CRLF & _ "appeared a young genius. Able to start talking after three months, able to walk after four. At five years" & @CRLF & _ "of age he was able to recite poetry, seems exceptionally intelligent, especially talented. What a pity " & @CRLF & _ "that his parents died early, now he is being raised by his uncle and aunt.”</p><p>“Yes, this one has " & @CRLF & _ "wisdom at a young age, also harboring big ambitions. In the recent years I have heard his creations " & @CRLF & _ "‘Jiang Jing Jiu’, ‘Yong Mei’ and ‘Jiang Cheng Zi’, what a genius!”</p><p>The Gu Yue clan head was the " & @CRLF & _ "last to walk out of the ancestral temple. After slowly closing the door, he heard the discussions that " & @CRLF & _ "were going on in the corridor among the clan elders.</p><p>He knew at once that the elders were " & @CRLF & _ "discussing about the youth known as Gu Yue Fang Yuan at that moment.</p><p> As the head of the clan, it " & @CRLF & _ "is natural to pay attention to the outstanding and prominent young ones. And it so happens that Gu Yue " & @CRLF & _ "Fang Yuan was the most eye-catching one amongst the juniors.</p><p>Experience has shown that those who " & @CRLF & _ "have photographic memory at a young age, or those who possess strength that could rival an adult, or had " & @CRLF & _ "other great inborn talents, all had outstanding cultivation qualifications.</p><p>“If this child shows A " & @CRLF & _ "grade potential, with great care he could even compete against Bai Ning Bing. Even if it is B grade, in " & @CRLF & _ "future he could also become a banner of the Gu Yue Clan. But with this sort of early intelligence, the " & @CRLF & _ "percentage of B grade is not that big, but highly possible to be an A grade.” With this thought, the Gu " & @CRLF & _ "Yue clan head curled up his lips slowly into a smile.</p><p>At once, with a cough he faced the clan " & @CRLF & _ "elders and said, “Everyone, the hour is late, for tomorrow’s opening ceremony you should all rest well " & @CRLF & _ "tonight and take care of your energy levels.”</p><p>At his words, the elders looked startled. They looked" & @CRLF & _ "at each other with a hint of caution in their eyes.</p><p>The clan head’s words meant well, but everyone " & @CRLF & _ "knew what he was aiming to convey.</p><p></p><p>Every year to compete for these young geniuses, the " & @CRLF & _ "elders would fight among themselves to the point of reddened ears and bleeding heads.</p><div " & @CRLF & _ "style="margin-bottom:40px"><script async " & @CRLF & _ "src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4348605768189113" " & @CRLF & _ "crossorigin="anonymous"></script><ins class="adsbygoogle" style="display:block" " & @CRLF & _ "data-ad-client="ca-pub-4348605768189113" data-ad-slot="7633854536" data-ad-format="auto" " & @CRLF & _ "data-full-width-responsive="true"></ins><script> (adsbygoogle = window.adsbygoogle || " & @CRLF & _ "[]).push({});</script></div><p>They should stay well rested and replenish themselves until tomorrow comes" & @CRLF & _ "where the competition begins.</p><p>Especially with that Gu Yue Fang Yuan, whose A grade potential was " & @CRLF & _ "extremely huge. Not counting the fact that both his parents were deceased, and also that he was one of " & @CRLF & _ "the two only descendants of Fang Zhi’s bloodline left. If one was able to get their hands on and bring " & @CRLF & _ "him into their own family line, with great care and training, one could secure himself a hundred years of" & @CRLF & _ "prosperity!</p><p>“However, I’m going to go ahead and say what needs to be said first. When you compete, " & @CRLF & _ "do it fair and square; no tricks and conspiracies are allowed, or damage to the clan’s unity. Please keep" & @CRLF & _ "this in mind, all of you!” The clan head strictly instructed.</p><p>“We wouldn’t dare, we wouldn’t " & @CRLF & _ "dare.”</p><p> “We’ll keep it in mind.”</p><p>“Then this is good night, please take care.”</p><p>The clan " & @CRLF & _ "elders slowly dispersed with deep thoughts.</p><p>Not long after that, the long corridor became quiet. " & @CRLF & _ "The wind from the spring rain breezed through the window, and the clan head lightly walked towards the " & @CRLF & _ "window.</p><p>Immediately, he breathed in the fresh moist air of the mountain, how refreshing it " & @CRLF & _ "felt.</p><p>This was the third floor of the garret; the clan head looked out of the window. He could see " & @CRLF & _ "half of the entire Gu Yue Village.</p><p>Even if it was late in the night, most of the homes in the " & @CRLF & _ "village still had lights on, which was unusual.</p><p>Tomorrow is the opening ceremony, and it affects " & @CRLF & _ "everyone’s best interests. A kind of excited yet tense atmosphere had enveloped the hearts of the people " & @CRLF & _ "of the clan, and thus naturally many people could not sleep well.</p><p>“This is the hopes for the clan’s" & @CRLF & _ "future.” With the many lights dancing in his eyes, the clan head sighed.</p><p>At the very same moment, a" & @CRLF & _ "pair of clear eyes quietly looked at the same lights sparkling in the night, full of complex feelings " & @CRLF & _ "inside.</p><p>“Gu Yue Village, this is 500 years ago?! Looks like the Spring Autumn Cicada really " & @CRLF & _ "worked…” Fang Yuan quietly gazed, standing by the window, letting the rain from the wind hit his " & @CRLF & _ "body.</p><p>The use of the Spring Autumn Cicada is to reverse time. In the Ten Big Mystical <em>Gu</em> " & @CRLF & _ "rankings, the Spring Autumn Cicada managed to be ranked seven, naturally it was no mere " & @CRLF & _ "creature.</p><p>In short, it is the ability to be reborn.</p><p>“With the use of the Spring Autumn Cicada" & @CRLF & _ "I have been reborn, going back to the time of 500 years ago!” Fang Yuan stretched out his hand, his sight" & @CRLF & _ "fixated on his own young and soft, pale palms, then slowly clenched them, embracing the truth of this " & @CRLF & _ "reality with all his might.</p><p>The sound of the drizzling rain hitting softly against the window sill " & @CRLF & _ "filling his ears, he slowly closed his eyes, opening them after a long while. He sighed, “500 years of " & @CRLF & _ "experience, it really feels like a dream.”</p><p>But he knew it clearly: This was definitely not a " & @CRLF & _ "dream.</p><hr><p><strong>TL Note:</strong></p><p>This novel has another name, Daoist Gu.</p><p>The " & @CRLF & _ "Chinese name is 《蛊真人》pronounced as <em>Gu Zhen Ren</em>, <em>Gu</em> is the name of the mystical " & @CRLF & _ "bugs that are used in this novel. I used the name Reverend Insanity because I felt that it fit more than " & @CRLF & _ "Daoist Gu; the main character is by no means a saint or a good person. In fact as a warning, you can say " & @CRLF & _ "that the MC is a pretty ruthless villain, so do expect a roller coaster coming your way.</p><hr><p>(1) Gu" & @CRLF & _ "Yue: It means Ancient Moon in direct translation. The clan kinda has an affinity with moon things. The " & @CRLF & _ "‘Gu’ used in here is a different chinese character from the mystical <em>Gu</em> insects.</p></p> " & @CRLF & _ "</div><div class="chuong-ads-footer"><script async " & @CRLF & _ "src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4348605768189113" " & @CRLF & _ "crossorigin="anonymous"></script><ins class="adsbygoogle" style="display:block" " & @CRLF & _ "data-ad-format="autorelaxed" data-ad-client="ca-pub-4348605768189113" " & @CRLF & _ "data-ad-slot="5362914412"></ins><script> (adsbygoogle = window.adsbygoogle || " & @CRLF & _ "[]).push({});</script></div> <hr class="chapter-end"/> <div class="chapter-nav"> <input type="hidden" " & @CRLF & _ "id="id_post" value="2771236"> <input type="hidden" id="chapter-id" value="2771238"> <input type="hidden" " & @CRLF & _ "id="chapter-num" value="2771238"> <div class="btn-group"> <a class="btn btn-success disabled" " & @CRLF & _ "href="javascript:void(0)" title="No previous chapter" id="prev_chap"><span class="glyphicon " & @CRLF & _ "glyphicon-chevron-left"></span> <span class="hidden-xs">Previous</span></a> <button type="button" " & @CRLF & _ "class="btn btn-success" id="chapter_jump_bottom"><span class="glyphicon " & @CRLF & _ "glyphicon-list-alt"></span></button> <a class="btn btn-success" id="next_chap" " & @CRLF & _ "href="https://animedaily.net/reverend-insanity-novel/chapter-2.html"><span class="hidden-xs">Next</span> " & @CRLF & _ "<span class="glyphicon glyphicon-chevron-right"></span></a> </div><div> <button type="button" class="btn " & @CRLF & _ "btn-warning" id="chapter_error" style="display: inline-block"><span class="glyphicon " & @CRLF & _ "glyphicon-exclamation-sign"></span> Report Error</button><a href="#" id="binh-luan-fb"><button " & @CRLF & _ "type="button" class="btn btn-success"><span class="glyphicon glyphicon-pencil"></span> " & @CRLF & _ "Comment</button></a></div> <div class="bg-info text-center visible-md visible-lg box-notice">Use the " & @CRLF & _ "arrow keys (or A/D) for NEXT/BACK chapter.</div> </div> </div> </div></div><div class="container " & @CRLF & _ "col-main-full" id="truyen-slide"><div class="list list-side list-truyen col-xs-12 col-sm-12 col-md-8 " & @CRLF & _ "col-truyen-main col-truyen-main-full col-main-3" id="truyen-slide" style="margin-bottom: 15px;box-shadow:" & @CRLF & _ "0 0 6px #e9e9e9;"><h2 class="h2-custom-col"><span class="glyphicon glyphicon-pencil" id="comment" " & @CRLF & _ "style="padding-top:11px"></span>&nbsp;Comment</h2><div style="background:#ffffff;padding: 0px 7px;"><div " & @CRLF & _ "class="fb-comments" data-href="https://animedaily.net/reverend-insanity-novel.html" data-width="100%" " & @CRLF & _ "data-numposts="10" data-colorscheme="light" " & @CRLF & _ "data-order-by="reverse_time"></div></div></div></div></div><div class="footer"><div " & @CRLF & _ "class="container"><div class="hidden-xs col-sm-6 foot-gioithieu"><p><strong>Novels For You, " & @CRLF & _ "Everyday!</strong></p>Light Novel | Web Novel | Chinese Novel | Japanese & Korean Novel Online</div><ul " & @CRLF & _ "class="col-xs-12 col-sm-6 list-unstyled"><li class="text-right pull-right"><p>Copyright © 2017 " & @CRLF & _ "<strong>ANIMEDAILY.NET</strong></p><p><strong><a href="https://animedaily.net/status" " & @CRLF & _ "target="_blank">Site Status</a> | <a href="https://animedaily.net/privacy-policy" target="_blank">Privacy" & @CRLF & _ "Policy</a> | <a href="https://animedaily.net/term-of-use" target="_blank">ToS</a> | <a " & @CRLF & _ "href="https://animedaily.net/contact-us" target="_blank">Contact " & @CRLF & _ "Us</a></strong></p></li></ul></div></div><script>siteurl = 'https://animedaily.net';</script><script " & @CRLF & _ "src="https://animedaily.net/wp-content/themes/boxtruyen/js/mains.js"></script><style " & @CRLF & _ "type="text/css">.searchwp-live-search-results { opacity: 0; transition: opacity .25s ease-in-out; " & @CRLF & _ "-moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; height: " & @CRLF & _ "0; overflow: hidden; z-index: 9999995; /* Exceed SearchWP Modal Search Form overlay. */ " & @CRLF & _ "position: absolute; display: none; } .searchwp-live-search-results-showing { display: block; " & @CRLF & _ "opacity: 1; height: auto; overflow: auto; } .searchwp-live-search-no-results { " & @CRLF & _ "padding-top: 13px; text-align: center; line-height: 26px } " & @CRLF & _ ".searchwp-live-search-no-min-chars:after { content: "Add more words..."; display: block; " & @CRLF & _ "text-align: center; padding-top: 50px; }</style><script type='text/javascript'>/* <![CDATA[ */" & @CRLF & _ "var ratingsL10n = " & @CRLF & _ "{"plugin_url":"https:\/\/animedaily.net\/wp-content\/plugins\/wp-postratings","ajax_url":"https:\/\/anime" & @CRLF & _ "daily.net\/wp-admin\/admin-ajax.php","text_wait":"Please rate only 1 item at a " & @CRLF & _ "time.","image":"stars_crystal","image_ext":"gif","max":"5","show_loading":"0","show_fading":"1","custom":" & @CRLF & _ ""0"};" & @CRLF & _ "var ratings_mouseover_image=new " & @CRLF & _ "Image();ratings_mouseover_image.src="https://animedaily.net/wp-content/plugins/wp-postratings/images/star" & @CRLF & _ "s_crystal/rating_over.gif";;" & @CRLF & _ "/* ]]> */</script><script type='text/javascript' " & @CRLF & _ "src='https://animedaily.net/wp-content/plugins/wp-postratings/js/postratings-js.js?ver=1.87'></script><sc" & @CRLF & _ "ript type='text/javascript'>/* <![CDATA[ */" & @CRLF & _ "var searchwp_live_search_params = [];" & @CRLF & _ "searchwp_live_search_params = " & @CRLF & _ "{"ajaxurl":"https:\/\/animedaily.net\/wp-admin\/admin-ajax.php","origin_id":2771238,"config":{"default":{" & @CRLF & _ ""engine":"default","input":{"delay":300,"min_chars":3},"results":{"position":"bottom","width":"auto","off" & @CRLF & _ "set":{"x":0,"y":5}},"spinner":{"lines":12,"length":8,"width":3,"radius":8,"scale":1,"corners":1,"color":"" & @CRLF & _ "#424242","fadeColor":"transparent","speed":1,"rotate":0,"animation":"searchwp-spinner-line-fade-quick","d" & @CRLF & _ "irection":1,"zIndex":2000000000,"className":"spinner","top":"37px","left":"50%","shadow":"0 0 1px " & @CRLF & _ "transparent","position":"absolute"}}},"msg_no_config_found":"Kh\u00f4ng th\u1ea5y c\u1ea5u h\u00ecnh " & @CRLF & _ "h\u1ee3p l\u1ec7!","aria_instructions":"Live search edited by HuyHo."};;" & @CRLF & _ "/* ]]> */</script><script type='text/javascript' " & @CRLF & _ "src='https://animedaily.net/wp-content/plugins/searchwp-live-ajax-search/assets/javascript/dist/bundle.mi" & @CRLF & _ "n.js?ver=1.4.4'></script><script type='text/javascript'>/* <![CDATA[ */" & @CRLF & _ "var KDN_JS_Localize = {"ajax_url":"https:\/\/animedaily.net\/wp-admin\/admin-ajax.php","js_cron":"0"};" & @CRLF & _ "/* ]]> */</script><script type='text/javascript' " & @CRLF & _ "src='https://animedaily.net/wp-content/plugins/kdn-auto-leech/app/Extensions/Public/js/js-cron.js?ver=2.3" & @CRLF & _ ".6'></script><script type='text/javascript' " & @CRLF & _ "src='https://animedaily.net/wp-includes/js/wp-embed.min.js?ver=5.2.4'></script><a href="#" " & @CRLF & _ "id="goTop"><span class="glyphicon glyphicon-circle-arrow-up"></span></a></body></html>" & @CRLF & _ "" Local $aArray = StringRegExp($sString, $sRegex, $STR_REGEXPARRAYGLOBALFULLMATCH) Local $aFullArray[0] For $i = 0 To UBound($aArray) -1 _ArrayConcatenate($aFullArray, $aArray[$i]) Next $aArray = $aFullArray ; Present the entire match result _ArrayDisplay($aArray, "Result")

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 AutoIt, please visit: https://www.autoitscript.com/autoit3/docs/functions/StringRegExp.htm