Bell 32V development
[unix-history] / usr / lib / learn / editor / L34.1a
CommitLineData
fed84c9b
TL
1#print
2You can also specify "all characters except ..."
3using an expression of the form
4 [^ab]
5which means "anything except an 'a' or 'b' character".
6Will
7 s/ab[^cde]/xyz23/p
8change
9 xbcabfgh
10Type "yes" or "no".
11#copyin
12#user
13#uncopyin
14#match yes
15#log
16#next
1734.1b 10