in reply to Re^5: YAML::XS perl/regexp (?u:(?u:
in thread YAML::XS perl/regexp (?u:(?u:

I mean, when Dump()ing a regex, not when Load()ing it.

Replies are listed 'Best First'.
Re^7: YAML::XS perl/regexp (?u:(?u:
by ikegami (Patriarch) on Dec 21, 2017 at 21:55 UTC

    oic what you mean. When serializing, if there are no flags, use the current syntax, but exclude the wrapping (?:...).