STYLE: Fixed line-too-long.

This commit is contained in:
Brad King 2007-04-25 17:48:51 -04:00
parent 0fb689973e
commit b81eff588d
1 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,8 @@ public:
" STRING(TOLOWER <string1> <output variable>)\n"
" STRING(LENGTH <string> <output variable>)\n"
" STRING(SUBSTRING <string> <begin> <length> <output variable>)\n"
" STRING(RANDOM [LENGTH <length>] [ALPHABET <alphabet>] <output variable>)\n"
" STRING(RANDOM [LENGTH <length>] [ALPHABET <alphabet>]\n"
" <output variable>)\n"
"REGEX MATCH will match the regular expression once and store the "
"match in the output variable.\n"
"REGEX MATCHALL will match the regular expression as many times as "