Subversion Repositories wimsdev

Rev

Rev 11210 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11210 Rev 11292
Line 2... Line 2...
2
tit:translate
2
tit:translate
3
type:$type_both
3
type:$type_both
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.