Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
sword
swords
Ultimo aggiornamento 1970-01-01
Frequenza di utilizzo: 1
Qualità:
on the windows platform, be careful to escape any backslashes used in the path to the file, or use forward slashes.
on the windows platform, be careful to escape any backslashes used in the path to the file, or use forward slashes.
charlist like "\0..\37", which would escape all characters with ascii code between 0 and 31.
charlist like "\0..\37", which would escape all characters with ascii code between 0 and 31.
each pair of escape sequences partitions the complete set of characters into two disjoint sets. any given character matches one, and only one, of each pair.
at each iteration of the subpattern, the back reference matches the character string corresponding to the previous iteration.
some character encoding defines shift(escape) sequence for entering/exiting multi-byte character strings.
some character encoding defines shift( escape) sequence for entering / exiting multi-byte character strings.
\<emph\>like\</emph\>escape sequence:{escape 'escape-character'}
\<emph\>like \</emph\>escape sequence: {escape 'escape-character'}