RE: upper/lower case

"[email protected] [sed-users]" <[email protected]>
Newsgroups gmane.editors.sed.user
Message-ID <[email protected]>
Greetings
 Sorry, can't check with non-GNU sed. Without --regexp-extended
 

 /^\([^;]*;\)\{2\}.*/{
 h
 s/^\([^;]*;\)\{2\}\([^;]\+\)\(;[^;]*\)*/\2/
 s/[A-Z]\+/\L\u\0\E/g
 H
 x
 s/^\(\([^;]*;\)\{2\}\)[^;]*\(;[^;]*\)*\n\(.*\)$/\1\4\3/
}

 

 Best regards.


[Non-text portions of this message have been removed]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.