Merge pull request #400 from vulpineclub/dev-gs-392-frontmatter

Remove ignored 'u' parameter on regexp (#392)
th-downstream
David Yip 7 years ago committed by GitHub
commit e6e537d002

@ -10,7 +10,7 @@ class FrontmatterHandler
# CONVENIENCE FUNCTIONS #
def self.unirex(str)
Regexp.new str, Regexp::MULTILINE, 'u'
Regexp.new str, Regexp::MULTILINE
end
def self.rexstr(exp)
'(?:' + exp.source + ')'

Loading…
Cancel
Save