Flags for regular expression and match last line nodes.

Constants

i - ignores the case of characters when matching

x - ignores whitespace and allows comments in regular expressions

m - allows $ to match the end of lines within strings

o - only interpolates values into the regular expression once

e - forces the EUC-JP encoding

n - forces the ASCII-8BIT encoding

s - forces the Windows-31J encoding

u - forces the UTF-8 encoding

internal bytes forced the encoding to UTF-8

internal bytes forced the encoding to binary

internal bytes forced the encoding to US-ASCII