Subversion Repositories wimsdev

Rev

Rev 11292 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11292 Rev 17228
Line 4... Line 4...
4
syntax:!translate [internal] ``s1'' to ``s2'' in ``string''\
4
syntax:!translate [internal] ``s1'' to ``s2'' in ``string''\
5
!translate [internal] ``s1'' in ``string'' to ``s2''
5
!translate [internal] ``s1'' in ``string'' to ``s2''
6
mean:String manipulation: variable substitution is first done on ``string''. \
6
mean:String manipulation: variable substitution is first done on ``string''. \
7
  Then all occurences of the first (resp. second, ...)\
7
  Then all occurences of the first (resp. second, ...)\
8
  character of ``s1'' is replaced by the first (resp. second, ...)\
8
  character of ``s1'' is replaced by the first (resp. second, ...)\
9
  character of ``s2''. <br/>\
9
  character of ``s2''. <br>\
10
  When the keyword ``internal'' is absent, the Linux utility ``tr'' is called to make the translations,\
10
  When the keyword ``internal'' is absent, the Linux utility ``tr'' is called to make the translations,\
11
  therefore regular expressions are accepted in ``s1'' and ``s2''. \
11
  therefore regular expressions are accepted in ``s1'' and ``s2''. \
12
  Please refer to the man page of ``tr'' for details.
12
  Please refer to the man page of ``tr'' for details.