9 properties on string utilities (#29) [Examine]
Name | Owner | Mods | Data |
---|---|---|---|
.digits | Slacker (#55) | rc | "0123456789" |
.ascii | Slacker (#55) | rc | " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~" |
.alphabet | Slacker (#55) | rc | "abcdefghijklmnopqrstuvwxyz" |
.use_article_a | Hacker (#60) | r | {"eunuch", "once", "one", "unit", "unix", "utility"} |
.use_article_an | Hacker (#60) | r | {"hour", "hourly"} |
.msg_crunch_error | Slacker (#55) | rc | "Oh dear! An error has occurred while crunching the text. Please tell a wizard what you just did. The text is being returned intact." |
.base64_table | Slacker (#55) | rc | {"A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "... |
.morse_table | Slacker (#55) | rc | {" ", "--..--", "", "", "", "", "", ".----.", "-.--.-", "-.--.-", "", "", ".-.-.-", "-...-", ".-.-.-", "-..-.", "-----", ".-----", "..---", "...--", "....-", ".....", "-....", "--...", "---..", "----.", "---...", "-.-.-.", "", "", "", "..--..", "", "... |
.tab | Slacker (#55) | rc | " " |
105 verbs on string utilities (#29) [Examine]
Name | Owner | Mods | Args |
---|---|---|---|
:space | Hacker (#60) | rx | this none this |
:left | Hacker (#60) | rx | this none this |
:right | Hacker (#60) | rx | this none this |
:centre center | Hacker (#60) | rx | this none this |
:columnize columnise | Hacker (#60) | rx | this none this |
:from_list | Hacker (#60) | rx | this none this |
:english_list | Hacker (#60) | rx | this none this |
:from_seconds | Hacker (#60) | rx | this none this |
:trim | Hacker (#60) | rx | this none this |
:triml | Hacker (#60) | rx | this none this |
:trimr | Hacker (#60) | rx | this none this |
:strip_chars | Hacker (#60) | rx | this none this |
:strip_all_but | Hacker (#60) | rx | this none this |
:uppercase lowercase | Hacker (#60) | rx | this none this |
:capitalize capitalise | Hacker (#60) | rx | this none this |
:literal_object | Hacker (#60) | rx | this none this |
:match*_suspended | Slacker (#55) | rx | this none this |
:match_str*ing | Hacker (#60) | rx | this none this |
:match_object | Hacker (#60) | rx | this none this |
:match_player | Hacker (#60) | rx | this none this |
:match_player_or_object | Hacker (#60) | rx | this none this |
:find_prefix | Hacker (#60) | rx | this none this |
:index_d*elimited | Hacker (#60) | rx | this none this |
:is_numeric | Hacker (#60) | rx | this none this |
:ordinal | Hacker (#60) | rx | this none this |
:group_number | Hacker (#60) | rx | this none this |
:english_number | Hacker (#60) | rx | this none this |
:english_ordinal | Hacker (#60) | rx | this none this |
:english_ones | Hacker (#60) | rx | this none this |
:english_tens | Hacker (#60) | rx | this none this |
:subst*itute | Hacker (#60) | rx | this none this |
:substitute_d*elimited | Hacker (#60) | rx | this none this |
:_cap_property | Slacker (#55) | rx | this none this |
:pronoun_sub | Slacker (#55) | rx | this none this |
:pronoun_sub_secure | Hacker (#60) | rx | this none this |
:pronoun_quote | Hacker (#60) | rx | this none this |
:alt_pronoun_sub | Slacker (#55) | rx | this none this |
:explode | Hacker (#60) | rx | this none this |
:words | Hacker (#60) | rx | this none this |
:word_start | Hacker (#60) | rx | this none this |
:to_value | Dax (#789) | rx | this none this |
:prefix_to_value | Hacker (#60) | rx | this none this |
:_unquote | Hacker (#60) | rx | this none this |
:_toscalar | Hacker (#60) | rx | this none this |
:parse_command | Slacker (#55) | rx | this none this |
:from_value | Slacker (#55) | rx | this none this |
:reverse*d | Hacker (#60) | rx | this none this |
:char_list | Hacker (#60) | rx | this none this |
:regexp_quote | Hacker (#60) | rx | this none this |
:connection_hostname | Hacker (#60) | rx | this none this |
:from_value_suspended | Slacker (#55) | rx | this none this |
:end_expression | Hacker (#60) | rx | this none this |
:first_word | Hacker (#60) | rx | this none this |
:common | Hacker (#60) | rx | this none this |
:title_list*c list_title*c | Hacker (#60) | rx | this none this |
:name_and_number nn | Hacker (#60) | rx | this none this |
:name_and_number_list nn_list | Hacker (#60) | rx | this none this |
:columnize_suspended columnise_suspended | Hacker (#60) | rx | this none this |
:a_or_an | Hacker (#60) | rx | this none this |
:index_all | Hacker (#60) | rx | this none this |
:match_stringlist match_string_list | Hacker (#60) | rx | this none this |
:no_articles | Slacker (#55) | rx | this none this |
:is_cap | Hacker (#60) | rx | this none this |
:match_local_player | Hacker (#60) | rx | this none this |
:cat concat*enate | Hacker (#60) | rx | this none this |
:crunch | Odo (#987) | rx | this none this |
:uncrunch | Odo (#987) | rx | this none this |
:unBase64 | Slacker (#55) | rx | this none this |
:Base64 | Slacker (#55) | rx | this none this |
:subst_suspended substitute_suspended | Hacker (#60) | rx | this none this |
:permutations | Hacker (#60) | rx | this none this |
:explode_all | Hacker (#60) | rx | this none this |
:is_float | Slacker (#55) | rx | this none this |
:wrap | Slacker (#55) | rx | this none this |
:name_list | Hacker (#60) | rx | this none this |
:star_list | Hacker (#60) | rx | this none this |
:match_player_alias*es match_room_alias*es | Slacker (#55) | rx | this none this |
:to_morse | Slacker (#55) | rx | this none this |
:kb_string | Slacker (#55) | rx | this none this |
:rc4 | Slacker (#55) | rx | this none this |
:tohex | Slacker (#55) | rx | this none this |
:cs1_decrypt | Slacker (#55) | rx | this none this |
:cs1_encrypt | Slacker (#55) | rx | this none this |
:length | Slacker (#55) | rx | this none this |
:match_nn_object | Dax (#789) | rx | this none this |
:tokenise | Slacker (#55) | rx | this none this |
:tokenise_QnD | Slacker (#55) | rx | this none this |
:count | Slacker (#55) | rx | this none this |
:match_context | Lao-Tzu (#8084) | rx | this none this |
:_match_object | Hacker (#60) | rx | this none this |
:properly_capitalize | Lao-Tzu (#8084) | rx | this none this |
:from_morse | Slacker (#55) | rx | this none this |
:slice_tagged | Hacker (#60) | rx | this none this |
:is_uppercase is_lowercase | Slacker (#55) | rx | this none this |
:textmatch | Dax (#789) | rx | this none this |
:_textmatch | Dax (#789) | rx | this none this |
:currency format_currency formatcurrency | Cecil (#7407) | rx | this none this |
:prepend | Hacker (#60) | rx | this none this |
:getopt | Slacker (#55) | rx | this none this |
:detol*iteral | Quadir (#9780) | rx | this none this |
:slash_level sl | Foenique (#4232) | rx | this none this |
:escape_for_regex | Hacker (#60) | rx | this none this |
:alias_parse | Hacker (#60) | rx | this none this |
:explode2 | Hacker (#60) | rx | this none this |
:display_tree | Quadir (#9780) | rx | this none this |
6 files on string utilities (#29) [Examine]
Name | Size | Access | URL |
---|---|---|---|
description | 3620 | public | Download |
center_doc | 244 | public | Download |
space_doc | 154 | public | Download |
gibberish | 771 | public | Download |
centre_doc | 244 | public | Download |
_cvs | 10234 | public | Download |