Remove ignored 'u' parameter on regexp (#392)

th-downstream
Rey Tucker 7 years ago
parent 9f55021e7e
commit b65fc60334

@ -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