モジュール lillib:strings

String manipulating routines

バージョン

April 07, 1999

登場したバージョン

July 09, 1998

著者


目次

述語


Top of this page Contents Index of this package LiLFeS Documents LiLFeS Home Page Tsujii laboratory

述語

chop/2

書式chop(+$X, -$Y)
引数
+$Xstring
-$Ystring
Same as 'chop' in Perl

split_verbose/3

書式split_verbose(+$STR, +$DIV, -$LIST)
引数
+$STRstring string to be splitted
+$DIVinteger or stringcharacter code or string
-$LISTlist of strings splitted strings
Split $STR into a list of strings $LIST divided by $DIV difference between split_verbose and split is treatment of continuous $DIV

join/3

書式join(+$LIST, +$STR, -$STRING)
引数
+$LISTlist of strings
+$STRstring
-$STRINGstring
Same as 'join' in Perl.
 join(["He", "runs"], "__", "He__runs")

concatenate_string/3

書式concatenate_string(+$X, +$Y, -$Z)
引数
+$Xstring
+$Ystring
-$Zstring
This lets $Z be the concatination of $X and $Y.

concatenate_string/2

書式concatenate_string(+$L, -$R)
引数
+$Llist of string
-$Rstring
This lets $R be the concatination of all the elements in $L.

to_upper/2

書式to_upper(+$STR1, -$STR2)
引数
+$STR1string string with small letters
-$STR2string capital letters
This predicate converts string with small letters to capital letters.

to_lower/2

書式to_lower(+$STR1, -$STR2)
引数
+$STR1string string with capital letters
-$STR2string small letters
This predicate converts string with capital letters to small letters.

Top of this page Contents Index of this package LiLFeS Documents LiLFeS Home Page Tsujii laboratory

コメントはこちら:
MITSUISHI Yutaka (mitsuisi@is.s.u-tokyo.ac.jp)

This document is automatically created by lildoc on Fri Sep 24 14:14:00 2004