svnno****@sourc*****
svnno****@sourc*****
2010年 8月 18日 (水) 19:51:55 JST
Revision: 4010 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4010 Author: maya Date: 2010-08-18 19:51:55 +0900 (Wed, 18 Aug 2010) Log Message: ----------- strsplit ãã¯ãã³ãã³ãã® separator ã«ã¤ãã¦èª¬æã追å Modified Paths: -------------- trunk/doc/en/html/macro/command/strsplit.html trunk/doc/ja/html/macro/command/strsplit.html -------------- next part -------------- Modified: trunk/doc/en/html/macro/command/strsplit.html =================================================================== --- trunk/doc/en/html/macro/command/strsplit.html 2010-08-17 14:55:08 UTC (rev 4009) +++ trunk/doc/en/html/macro/command/strsplit.html 2010-08-18 10:51:55 UTC (rev 4010) @@ -26,11 +26,16 @@ <h2>Remarks</h2> <p> -Splits the string variable <strvar> by the <separator> delimiter, and returns the 9 system variables from "groupmatchstr1" to "groupmatchstr9".<br> +Splits the string variable <strvar> by the <separator> delimiter, and returns the 9 system variables from "groupmatchstr1" to "groupmatchstr9". +</p> +<!--p> +<separator> ÉÍæØèLƵĵ¤¶ð1¶¾¯wè·éB +</p--> + +<p> The <count> is specified the maximum number of substrings to return.<br> - -If a number of substrings is smaller than <count>, the remaining groupmatchstr variables stores NULL.<br> +If a number of substrings is smaller than <count>, the remaining groupmatchstr variables stores NULL. </p> <p> Modified: trunk/doc/ja/html/macro/command/strsplit.html =================================================================== --- trunk/doc/ja/html/macro/command/strsplit.html 2010-08-17 14:55:08 UTC (rev 4009) +++ trunk/doc/ja/html/macro/command/strsplit.html 2010-08-18 10:51:55 UTC (rev 4010) @@ -26,9 +26,16 @@ <h2>ðà</h2> <p> -¶ñÏ <strvar> ©çAæØèL <separator> ÅæØç꽪¶ñðæèoµÄAgroupmatchstr1`groupmatchstr9ÉÔ·B<br> +¶ñÏ <strvar> ©çAæØèL <separator> ÅæØç꽪¶ñðæèoµÄAgroupmatchstr1`groupmatchstr9ÉÔ·B +</p> + +<p> +<separator> ÉÍæØèLƵĵ¤¶ð1¶¾¯wè·éB +</p> + +<p> <count> ÉÍA澷骶ñÌÅåi9Ⱥjðwè·éB <br> -¶ñ̪¶ñ̪ <count> ¢Å éÆ«Aª¶ñªãü³êÈ©Á½groupmatchstrÉÍANULLªãü³êéB<br> +¶ñ̪¶ñ̪ <count> ¢Å éÆ«Aª¶ñªãü³êÈ©Á½groupmatchstrÉÍANULLªãü³êéB </p> <p>