-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstring.red
46 lines (45 loc) · 904 Bytes
/
string.red
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Red []
String: context [
_alter: :alter
_append: :append
_back: :back
_change: :change
_clear: :clear
_collect: :collect
_compose: :compose
_copy: :copy
_empty?: :empty?
_exclude: :exclude
_extract: :extract
_fifth: :fifth
_find: :find
_first: :first
_fourth: :fourth
_head: :head
_head?: :head?
_index?: :index?
_insert: :insert
_last: :last
_length?: :length?
_lowercase: :lowercase
_move: :move
_next: :next
_pad: :pad
_pick: :pick
_poke: :poke
_rejoin: :rejoin
_remove: :remove
_replace: :replace
_reverse: :reverse
_second: :second
_select: :select
_skip: :skip
_sort: :sort
_split: :split
_swap: :swap
_tail: :tail
_tail?: :tail?
_third: :third
_trim: :trim
_uppercase: :uppercase
]