Drawing stuff for people, again     ( text.toLowerCase().startsWith("
]*>.*?  \s*
 (?: \s*
]*> \s* .*?)?) # ENDREGEX # FOR PONYCHAN post_get_regex.regex (<(?:div|td) \s class="(op|reply)" [^>]*>.*? (?:\s*
.*?
)?) # ENDREGEX     # ORIGINAL 4CHAN POST NUMBER FINDER RegEX String numPatString = "
"; # FOR PONYCHAN POST NUMBER FINDER RegEX # String numPatString = "id=\"thread(\\d+)\\D+\">"; # Raw No\.\  # Escaped String numPatString = No\\.\\ "; # Example HTML No.  # End example       # ORIGINAL 4CHAN POST TITLE FINDER RegEX String titlePatString = "([^<]*)"; # FOR PONYCHAN POST TITLE FINDER RegEX String titlePatString = "([^<]*)"; # Example title HTML Criminyy's art thread # End example     # Original 4chan post email finder RegEx String emailPatString = ""; # Ponychan post email finder RegEx \s*[^<>]* String emailPatString = "\\s*[^<>]*"; # Ponychan Email example Quinch # End example     # Original 4chan post date finder RegEx String datePatString = ""; # Ponychan post date finder RegEx \s*([^<]+)\s*(\w\w)\s* \s*([^<]+)\s*\\s*([^<]+)\\s*Mon, Dec 29, 2014 2:36 AM             # Original 4chan post text finder RegEx String commentPatString = "
]*>(.*?)
"; # Ponychan post text finder RegEx String commentPatString = "]*>(.*?)"; # How should rp-tags be handled? # Example Ponychan HTML
#Digital #Canon #Gallery #Taking commissions

Heyy! Just dumping stuff I have here and will be posting in the future. Feel free to request stuff! I'll see if I can do em!
# End example                   # Original 4chan post sticky detection RegEx String stickyPatString = "\"Sticky\"]*>"; # Ponychan sticky detection RegEx String stickyPatString = ""; # Example ponychan sticky HTML Stickied         # Original 4chan thread closed detection RegEx String closedPatString = "\"Closed\"]*>"; # Ponychan thread closed detection RegEx