From professional translators, enterprises, web pages and freely available translation repositories.
sword
swords
Last Update: 1970-01-01
Usage Frequency: 1
Quality:
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.