in reply to Re: YAML::XS perl/regexp (?u:(?u:
in thread YAML::XS perl/regexp (?u:(?u:
YAML should store the pattern (( re::regexp_pattern($re) )[0] ) and the modifiers ( ( re::regexp_pattern($re) )[1] ) separately.
...and YAML::XS should make use of XS(XS_re_regexp_pattern) in universal.c to achieve that. Inevitably, this raises backcompat issues.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: YAML::XS perl/regexp (?u:(?u:
by ikegami (Patriarch) on Dec 07, 2017 at 22:45 UTC | |
by tinita (Parson) on Dec 08, 2017 at 15:48 UTC | |
by ikegami (Patriarch) on Dec 19, 2017 at 19:32 UTC |