blob: f668773da725eefffa8e6edb19015cc0d6177f35 [file] [log] [blame]
# Starting from sed 4.1.3, regexes are compiled with REG_NOSUB
# if they are used in an address, so that the matcher does not
# have to obey leftmost-longest. The tricky part is to recompile
# them if they are then used in a substitution.
/\(ab*\)\+/ s//>\1</g