This repository has been archived by the owner on Sep 28, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcouscous.yml
284 lines (284 loc) · 11.3 KB
/
couscous.yml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
title: 'phpGearBox - gears/string'
subTitle: 'An object oriented way to work with strings in PHP, with multibyte support baked in.'
template:
directory: docs/_Views/CousCous
exclude:
- src
- tests
- vendor
baseUrl: 'http://phpgearbox.github.io/string'
github:
user: phpgearbox
repo: string
menu:
sections:
main:
name: Overview
items:
home:
text: README
relativeUrl: index.html
string-builder:
text: 'The String Builder'
relativeUrl: 'docs/string builder.html'
methods:
name: Methods
items:
toString:
text: toString
relativeUrl: docs/Methods/tostring.html
toArray:
text: toArray
relativeUrl: docs/Methods/toarray.html
toLowerCase:
text: toLowerCase
relativeUrl: docs/Methods/tolowercase.html
toUpperCase:
text: toUpperCase
relativeUrl: docs/Methods/touppercase.html
toSingular:
text: toSingular
relativeUrl: docs/Methods/tosingular.html
toPlural:
text: toPlural
relativeUrl: docs/Methods/toplural.html
toAscii:
text: toAscii
relativeUrl: docs/Methods/toascii.html
toBoolean:
text: toBoolean
relativeUrl: docs/Methods/toboolean.html
toSpaces:
text: toSpaces
relativeUrl: docs/Methods/tospaces.html
toTabs:
text: toTabs
relativeUrl: docs/Methods/totabs.html
toDashed:
text: toDashed
relativeUrl: docs/Methods/todashed.html
toUnderScored:
text: toUnderScored
relativeUrl: docs/Methods/tounderscored.html
toCamelCase:
text: toCamelCase
relativeUrl: docs/Methods/tocamelcase.html
toSnakeCase:
text: toSnakeCase
relativeUrl: docs/Methods/tosnakecase.html
toTitleCase:
text: toTitleCase
relativeUrl: docs/Methods/totitlecase.html
toSentenceCase:
text: toSentenceCase
relativeUrl: docs/Methods/tosentencecase.html
toSlugCase:
text: toSlugCase
relativeUrl: docs/Methods/toslugcase.html
is:
text: is
relativeUrl: docs/Methods/is.html
isLowerCase:
text: isLowerCase
relativeUrl: docs/Methods/islowercase.html
isUpperCase:
text: isUpperCase
relativeUrl: docs/Methods/isuppercase.html
isAlpha:
text: isAlpha
relativeUrl: docs/Methods/isalpha.html
isAlphanumeric:
text: isAlphanumeric
relativeUrl: docs/Methods/isalphanumeric.html
isBlank:
text: isBlank
relativeUrl: docs/Methods/isblank.html
isHexadecimal:
text: isHexadecimal
relativeUrl: docs/Methods/ishexadecimal.html
isJson:
text: isJson
relativeUrl: docs/Methods/isjson.html
isSerialized:
text: isSerialized
relativeUrl: docs/Methods/isserialized.html
isBase64:
text: isBase64
relativeUrl: docs/Methods/isbase64.html
pad:
text: pad
relativeUrl: docs/Methods/pad.html
padLeft:
text: padLeft
relativeUrl: docs/Methods/padleft.html
padRight:
text: padRight
relativeUrl: docs/Methods/padright.html
padBoth:
text: padBoth
relativeUrl: docs/Methods/padboth.html
applyPadding:
text: applyPadding
relativeUrl: docs/Methods/applypadding.html
hasLowerCase:
text: hasLowerCase
relativeUrl: docs/Methods/haslowercase.html
hasUpperCase:
text: hasUpperCase
relativeUrl: docs/Methods/hasuppercase.html
normaliseLineEndings:
text: normaliseLineEndings
relativeUrl: docs/Methods/normaliselineendings.html
delimit:
text: delimit
relativeUrl: docs/Methods/delimit.html
insert:
text: insert
relativeUrl: docs/Methods/insert.html
lines:
text: lines
relativeUrl: docs/Methods/lines.html
repeat:
text: repeat
relativeUrl: docs/Methods/repeat.html
reverse:
text: reverse
relativeUrl: docs/Methods/reverse.html
shuffle:
text: shuffle
relativeUrl: docs/Methods/shuffle.html
slice:
text: slice
relativeUrl: docs/Methods/slice.html
surround:
text: surround
relativeUrl: docs/Methods/surround.html
tidy:
text: tidy
relativeUrl: docs/Methods/tidy.html
countSubstr:
text: countSubstr
relativeUrl: docs/Methods/countsubstr.html
format:
text: format
relativeUrl: docs/Methods/format.html
htmlDecode:
text: htmlDecode
relativeUrl: docs/Methods/htmldecode.html
htmlEncode:
text: htmlEncode
relativeUrl: docs/Methods/htmlencode.html
htmlXssClean:
text: htmlXssClean
relativeUrl: docs/Methods/htmlxssclean.html
htmlStripTags:
text: htmlStripTags
relativeUrl: docs/Methods/htmlstriptags.html
setRegexDelimiter:
text: setRegexDelimiter
relativeUrl: docs/Methods/setregexdelimiter.html
regexMatch:
text: regexMatch
relativeUrl: docs/Methods/regexmatch.html
regexExtract:
text: regexExtract
relativeUrl: docs/Methods/regexextract.html
regexReplace:
text: regexReplace
relativeUrl: docs/Methods/regexreplace.html
split:
text: split
relativeUrl: docs/Methods/split.html
trim:
text: trim
relativeUrl: docs/Methods/trim.html
trimLeft:
text: trimLeft
relativeUrl: docs/Methods/trimleft.html
trimRight:
text: trimRight
relativeUrl: docs/Methods/trimright.html
getTrimChars:
text: getTrimChars
relativeUrl: docs/Methods/gettrimchars.html
removeLeft:
text: removeLeft
relativeUrl: docs/Methods/removeleft.html
removeRight:
text: removeRight
relativeUrl: docs/Methods/removeright.html
removeWhitespace:
text: removeWhitespace
relativeUrl: docs/Methods/removewhitespace.html
ensureLeft:
text: ensureLeft
relativeUrl: docs/Methods/ensureleft.html
ensureRight:
text: ensureRight
relativeUrl: docs/Methods/ensureright.html
between:
text: between
relativeUrl: docs/Methods/between.html
betweenAll:
text: betweenAll
relativeUrl: docs/Methods/betweenall.html
indexOf:
text: indexOf
relativeUrl: docs/Methods/indexof.html
indexOfLast:
text: indexOfLast
relativeUrl: docs/Methods/indexoflast.html
replace:
text: replace
relativeUrl: docs/Methods/replace.html
replaceBeginning:
text: replaceBeginning
relativeUrl: docs/Methods/replacebeginning.html
replaceEnding:
text: replaceEnding
relativeUrl: docs/Methods/replaceending.html
truncate:
text: truncate
relativeUrl: docs/Methods/truncate.html
safeTruncate:
text: safeTruncate
relativeUrl: docs/Methods/safetruncate.html
contains:
text: contains
relativeUrl: docs/Methods/contains.html
containsAll:
text: containsAll
relativeUrl: docs/Methods/containsall.html
containsAny:
text: containsAny
relativeUrl: docs/Methods/containsany.html
first:
text: first
relativeUrl: docs/Methods/first.html
last:
text: last
relativeUrl: docs/Methods/last.html
startsWith:
text: startsWith
relativeUrl: docs/Methods/startswith.html
endsWith:
text: endsWith
relativeUrl: docs/Methods/endswith.html
longestCommonPrefix:
text: longestCommonPrefix
relativeUrl: docs/Methods/longestcommonprefix.html
longestCommonSuffix:
text: longestCommonSuffix
relativeUrl: docs/Methods/longestcommonsuffix.html
longestCommonSubstring:
text: longestCommonSubstring
relativeUrl: docs/Methods/longestcommonsubstring.html
lowerCaseFirst:
text: lowerCaseFirst
relativeUrl: docs/Methods/lowercasefirst.html
upperCaseFirst:
text: upperCaseFirst
relativeUrl: docs/Methods/uppercasefirst.html
swapCase:
text: swapCase
relativeUrl: docs/Methods/swapcase.html