Class: String

Inherits:
Object show all
Defined in:
lib/lite/ruby/string.rb,
lib/lite/ruby/safe/string.rb

Constant Summary collapse

TRANSLITERATIONS =
{
  'À' => 'A', 'Á' => 'A', 'Â' => 'A', 'Ã' => 'A', 'Ä' => 'A', 'Å' => 'A', 'Æ' => 'Ae',
  'Ç' => 'C', 'È' => 'E', 'É' => 'E', 'Ê' => 'E', 'Ë' => 'E', 'Ì' => 'I', 'Í' => 'I',
  'Î' => 'I', 'Ï' => 'I', 'Ð' => 'D', 'Ñ' => 'N', 'Ò' => 'O', 'Ó' => 'O', 'Ô' => 'O',
  'Õ' => 'O', 'Ö' => 'O', 'Ø' => 'O', 'Ù' => 'U', 'Ú' => 'U', 'Û' => 'U', 'Ü' => 'U',
  'Ý' => 'Y', 'Þ' => 'Th', 'ß' => 'ss', 'à' => 'a', 'á' => 'a', 'â' => 'a', 'ã' => 'a',
  'ä' => 'a', 'å' => 'a', 'æ' => 'ae', 'ç' => 'c', 'è' => 'e', 'é' => 'e', 'ê' => 'e',
  'ë' => 'e', 'ì' => 'i', 'í' => 'i', 'î' => 'i', 'ï' => 'i', 'ð' => 'd', 'ñ' => 'n',
  'ò' => 'o', 'ó' => 'o', 'ô' => 'o', 'õ' => 'o', 'ö' => 'o', 'ø' => 'o', 'ù' => 'u',
  'ú' => 'u', 'û' => 'u', 'ü' => 'u', 'ý' => 'y', 'þ' => 'th', 'ÿ' => 'y', 'Ā' => 'A',
  'ā' => 'a', 'Ă' => 'A', 'ă' => 'a', 'Ą' => 'A', 'ą' => 'a', 'Ć' => 'C', 'ć' => 'c',
  'Ĉ' => 'C', 'ĉ' => 'c', 'Ċ' => 'C', 'ċ' => 'c', 'Č' => 'C', 'č' => 'c', 'Ď' => 'D',
  'ď' => 'd', 'Đ' => 'D', 'đ' => 'd', 'Ē' => 'E', 'ē' => 'e', 'Ĕ' => 'E', 'ĕ' => 'e',
  'Ė' => 'E', 'ė' => 'e', 'Ę' => 'E', 'ę' => 'e', 'Ě' => 'E', 'ě' => 'e', 'Ĝ' => 'G',
  'ĝ' => 'g', 'Ğ' => 'G', 'ğ' => 'g', 'Ġ' => 'G', 'ġ' => 'g', 'Ģ' => 'G', 'ģ' => 'g',
  'Ĥ' => 'H', 'ĥ' => 'h', 'Ħ' => 'H', 'ħ' => 'h', 'Ĩ' => 'I', 'ĩ' => 'i', 'Ī' => 'I',
  'ī' => 'i', 'Ĭ' => 'I', 'ĭ' => 'i', 'Į' => 'I', 'į' => 'i', 'İ' => 'I', 'ı' => 'i',
  'IJ' => 'Ij', 'ij' => 'ij', 'Ĵ' => 'J', 'ĵ' => 'j', 'Ķ' => 'K', 'ķ' => 'k', 'ĸ' => 'k',
  'Ĺ' => 'L', 'ĺ' => 'l', 'Ļ' => 'L', 'ļ' => 'l', 'Ľ' => 'L', 'ľ' => 'l', 'Ŀ' => 'L',
  'ŀ' => 'l', 'Ł' => 'L', 'ł' => 'l', 'Ń' => 'N', 'ń' => 'n', 'Ņ' => 'N', 'ņ' => 'n',
  'Ň' => 'N', 'ň' => 'n', 'ʼn' => 'n', 'Ŋ' => 'Ng', 'ŋ' => 'ng', 'Ō' => 'O', 'ō' => 'o',
  'Ŏ' => 'O', 'ŏ' => 'o', 'Ő' => 'O', 'ő' => 'o', 'Œ' => 'OE', 'œ' => 'oe', 'Ŕ' => 'R',
  'ŕ' => 'r', 'Ŗ' => 'R', 'ŗ' => 'r', 'Ř' => 'R', 'ř' => 'r', 'Ś' => 'S', 'ś' => 's',
  'Ŝ' => 'S', 'ŝ' => 's', 'Ş' => 'S', 'ş' => 's', 'Š' => 'S', 'š' => 's', 'Ţ' => 'T',
  'ţ' => 't', 'Ť' => 'T', 'ť' => 't', 'Ŧ' => 'T', 'ŧ' => 't', 'Ũ' => 'U', 'ũ' => 'u',
  'Ū' => 'U', 'ū' => 'u', 'Ŭ' => 'U', 'ŭ' => 'u', 'Ů' => 'U', 'ů' => 'u', 'Ű' => 'U',
  'ű' => 'u', 'Ų' => 'U', 'ų' => 'u', 'Ŵ' => 'W', 'ŵ' => 'w', 'Ŷ' => 'Y', 'ŷ' => 'y',
  'Ÿ' => 'Y', 'Ź' => 'Z', 'ź' => 'z', 'Ż' => 'Z', 'ż' => 'z', 'Ž' => 'Z', 'ž' => 'z'
}.freeze

Instance Method Summary collapse

Instance Method Details

#acronymObject



36
37
38
# File 'lib/lite/ruby/string.rb', line 36

def acronym
  gsub(/(([a-zA-Z0-9])([a-zA-Z0-9])*)./, '\\2') || self
end

#acronym!Object



40
41
42
# File 'lib/lite/ruby/string.rb', line 40

def acronym!
  replace(acronym)
end

#any?(*keys) ⇒ Boolean

Returns:

  • (Boolean)


44
45
46
# File 'lib/lite/ruby/string.rb', line 44

def any?(*keys)
  keys.any? { |key| include?(key) }
end

#at(position) ⇒ Object



5
6
7
# File 'lib/lite/ruby/safe/string.rb', line 5

def at(position)
  self[position]
end

#camelize(first_letter = :upper) ⇒ Object Also known as: camelcase



9
10
11
12
13
14
15
# File 'lib/lite/ruby/safe/string.rb', line 9

def camelize(first_letter = :upper)
  case first_letter
  when :upper, true then modulize.gsub(/(\A|\s)([a-z])/) { $1 + $2.upcase }
  when :lower, false then modulize.gsub(/(\A|\s)([A-Z])/) { $1 + $2.downcase }
  else modulize
  end
end

#camelize!(first_letter = :upper) ⇒ Object Also known as: camelcase!



48
49
50
# File 'lib/lite/ruby/string.rb', line 48

def camelize!(first_letter = :upper)
  replace(camelize(first_letter))
end

#capitalized?Boolean

Returns:

  • (Boolean)


52
53
54
# File 'lib/lite/ruby/string.rb', line 52

def capitalized?
  capitalize == self
end

#classifyObject



17
18
19
20
21
22
# File 'lib/lite/ruby/safe/string.rb', line 17

def classify
  str = dup
  str.sub!(/.*\./, '')
  str.camelize!
  str || self
end

#classify!Object



56
57
58
# File 'lib/lite/ruby/string.rb', line 56

def classify!
  replace(classify)
end

#constantizeObject



24
25
26
# File 'lib/lite/ruby/safe/string.rb', line 24

def constantize
  Object.const_get(camelize)
end

#dasherizeObject



28
29
30
# File 'lib/lite/ruby/safe/string.rb', line 28

def dasherize
  underscore.tr('_', '-')
end

#dasherize!Object



60
61
62
# File 'lib/lite/ruby/string.rb', line 60

def dasherize!
  replace(dasherize)
end

#deconstantizeObject



32
33
34
# File 'lib/lite/ruby/safe/string.rb', line 32

def deconstantize
  [0, rindex('::') || 0]
end

#deconstantize!Object



64
65
66
# File 'lib/lite/ruby/string.rb', line 64

def deconstantize!
  replace(deconstantize)
end

#dedupe(pattern) ⇒ Object



68
69
70
# File 'lib/lite/ruby/string.rb', line 68

def dedupe(pattern)
  dup.dedupe!(pattern)
end

#dedupe!(pattern) ⇒ Object



72
73
74
75
# File 'lib/lite/ruby/string.rb', line 72

def dedupe!(pattern)
  pattern.each_char { |char| gsub!(/#{Regexp.escape(char)}{2,}/, char) }
  self
end

#demodulizeObject



36
37
38
# File 'lib/lite/ruby/safe/string.rb', line 36

def demodulize
  gsub(/^.*::/, '')
end

#demodulize!Object



77
78
79
# File 'lib/lite/ruby/string.rb', line 77

def demodulize!
  replace(demodulize)
end

#domainObject



81
82
83
84
85
# File 'lib/lite/ruby/string.rb', line 81

def domain
  return self unless self =~ %r{^(?:\w+://)?([^/?]+)(?:/|\?|$)}

  Regexp.last_match(1)
end

#downcase?Boolean

Returns:

  • (Boolean)


87
88
89
# File 'lib/lite/ruby/string.rb', line 87

def downcase?
  downcase == self
end

#each_word(&block) ⇒ Object



91
92
93
# File 'lib/lite/ruby/string.rb', line 91

def each_word(&block)
  words.each(&block)
end

#ellipsize(ellipsize_at, options = {}) ⇒ Object



95
96
97
98
99
100
101
102
# File 'lib/lite/ruby/string.rb', line 95

def ellipsize(ellipsize_at, options = {})
  return self if length <= ellipsize_at

  separator = options[:separator] || '...'
  offset = options[:offset] || 4

  "#{self[0, offset]}#{separator}#{self[-offset, offset]}"
end

#first(limit = 1) ⇒ Object



40
41
42
43
44
45
46
47
48
# File 'lib/lite/ruby/safe/string.rb', line 40

def first(limit = 1)
  if limit.zero?
    ''
  elsif limit >= length
    self
  else
    to(limit - 1)
  end
end

#format(*args) ⇒ Object



104
105
106
# File 'lib/lite/ruby/string.rb', line 104

def format(*args)
  super(self, *args.flatten)
end

#from(position) ⇒ Object



50
51
52
# File 'lib/lite/ruby/safe/string.rb', line 50

def from(position)
  self[position..-1]
end

#headerizeObject



108
109
110
# File 'lib/lite/ruby/string.rb', line 108

def headerize
  squish.each_word(&:capitalize!).join(' ')
end

#headerize!Object



112
113
114
# File 'lib/lite/ruby/string.rb', line 112

def headerize!
  replace(headerize)
end

#humanize(capitalize: true) ⇒ Object



54
55
56
57
58
59
60
61
62
63
# File 'lib/lite/ruby/safe/string.rb', line 54

def humanize(capitalize: true)
  str = dup
  str.underscore!
  str.delete_suffix!('_id')
  str.tr!('_', ' ')
  str.squish!
  str.gsub!(/([a-z\d]*)/i, &:downcase)
  str.gsub!(/\A\w/) { |s| capitalize ? s.upcase : s }
  str || self
end

#humanize!(capitalize: true) ⇒ Object



116
117
118
# File 'lib/lite/ruby/string.rb', line 116

def humanize!(capitalize: true)
  replace(humanize(capitalize: capitalize))
end

#indent(amount, seperator = ' ') ⇒ Object



65
66
67
# File 'lib/lite/ruby/safe/string.rb', line 65

def indent(amount, seperator = ' ')
  dup.indent!(amount, seperator)
end

#indent!(amount, seperator = ' ') ⇒ Object



69
70
71
72
73
74
75
# File 'lib/lite/ruby/safe/string.rb', line 69

def indent!(amount, seperator = ' ')
  if amount >= 0
    gsub!(/^/, seperator * amount)
  else
    gsub!(/^#{Regexp.escape(seperator)}{0,#{-amount}}/, '')
  end
end

#index_all(pattern) ⇒ Object



120
121
122
123
124
125
126
127
128
129
130
131
132
# File 'lib/lite/ruby/string.rb', line 120

def index_all(pattern)
  pattern = pattern.to_s if pattern.is_a?(Numeric)
  arr_indexes = []
  srch_index = rindex(pattern)

  while srch_index
    temp_string = self[0..(srch_index - 1)]
    arr_indexes << srch_index
    srch_index = srch_index.zero? ? nil : temp_string.rindex(pattern)
  end

  arr_indexes.reverse
end

#labelize(capitalize: true) ⇒ Object Also known as: labelcase



134
135
136
# File 'lib/lite/ruby/string.rb', line 134

def labelize(capitalize: true)
  dup.labelize!(capitalize: capitalize)
end

#labelize!(capitalize: true) ⇒ Object Also known as: labelcase!



138
139
140
141
142
143
144
145
# File 'lib/lite/ruby/string.rb', line 138

def labelize!(capitalize: true)
  underscore!
  tr!('_', ' ')
  squish!
  gsub!(/([a-z\d]*)/i, &:downcase)
  gsub!(/\A\w/) { |str| capitalize ? str.upcase : str }
  gsub!(/ id\z/, ' ID') || self
end

#last(limit = 1) ⇒ Object



77
78
79
80
81
82
83
84
85
# File 'lib/lite/ruby/safe/string.rb', line 77

def last(limit = 1)
  if limit.zero?
    ''
  elsif limit >= length
    self
  else
    from(-limit)
  end
end

#lchomp(match) ⇒ Object



147
148
149
# File 'lib/lite/ruby/string.rb', line 147

def lchomp(match)
  dup.lchomp!(match)
end

#lchomp!(match) ⇒ Object



151
152
153
154
155
156
# File 'lib/lite/ruby/string.rb', line 151

def lchomp!(match)
  return self unless index(match)

  self[0...match.size] = ''
  self
end

#methodizeObject



158
159
160
# File 'lib/lite/ruby/string.rb', line 158

def methodize
  dup.methodize!
end

#methodize!Object



162
163
164
165
166
167
168
# File 'lib/lite/ruby/string.rb', line 162

def methodize!
  gsub!(/([A-Z]+)([A-Z])/, '\1_\2')
  gsub!(/([a-z])([A-Z])/, '\1_\2')
  gsub!('/', '__')
  gsub!('::', '__')
  downcase! || self
end

#mixedcase?Boolean

Returns:

  • (Boolean)


181
182
183
# File 'lib/lite/ruby/string.rb', line 181

def mixedcase?
  !upcase? && !downcase?
end

#modulizeObject



170
171
172
# File 'lib/lite/ruby/string.rb', line 170

def modulize
  dup.modulize!
end

#modulize!Object



174
175
176
177
178
179
# File 'lib/lite/ruby/string.rb', line 174

def modulize!
  gsub!(/__(.?)/) { "::#{$1.upcase}" }
  gsub!(%r{/(.?)}) { "::#{$1.upcase}" }
  gsub!(/(?:_+|-+)([a-z])/) { $1.upcase }
  gsub!(/(\A|\s)([a-z])/) { $1 + $2.upcase } || self
end

#non_possessiveObject



185
186
187
# File 'lib/lite/ruby/string.rb', line 185

def non_possessive
  dup.non_possessive!
end

#non_possessive!Object



189
190
191
192
193
# File 'lib/lite/ruby/string.rb', line 189

def non_possessive!
  return self unless possessive?

  chomp!("'s") || chomp!("'") || self
end

#ordinalObject



195
196
197
# File 'lib/lite/ruby/string.rb', line 195

def ordinal
  to_i.ordinal
end

#ordinalizeObject



199
200
201
# File 'lib/lite/ruby/string.rb', line 199

def ordinalize
  to_i.ordinalize
end

#parameterize(separator: '-') ⇒ Object



87
88
89
90
91
92
93
# File 'lib/lite/ruby/safe/string.rb', line 87

def parameterize(separator: '-')
  str = dup
  str.underscore!
  str.gsub!(/\s+/, separator)
  str.downcase!
  str || self
end

#parameterize!(separator: '-') ⇒ Object



203
204
205
# File 'lib/lite/ruby/string.rb', line 203

def parameterize!(separator: '-')
  replace(parameterize(separator: separator))
end

#pathizeObject



207
208
209
# File 'lib/lite/ruby/string.rb', line 207

def pathize
  dup.pathize!
end

#pathize!Object



211
212
213
214
215
216
217
218
219
# File 'lib/lite/ruby/string.rb', line 211

def pathize!
  gsub!(/([A-Z]+)([A-Z])/, '\1_\2')
  gsub!(/([a-z])([A-Z])/, '\1_\2')
  gsub!('__', '/')
  gsub!('::', '/')
  gsub!(/\s+/, '')
  gsub!(/[?%*:|"<>.]+/, '')
  downcase! || self
end

#pollute(delimiter = '^--^--^') ⇒ Object



221
222
223
# File 'lib/lite/ruby/string.rb', line 221

def pollute(delimiter = '^--^--^')
  chars.map { |chr| "#{chr}#{delimiter}" }.join
end

#pollute!(delimiter = '^--^--^') ⇒ Object



225
226
227
# File 'lib/lite/ruby/string.rb', line 225

def pollute!(delimiter = '^--^--^')
  replace(pollute(delimiter))
end

#popObject



229
230
231
# File 'lib/lite/ruby/string.rb', line 229

def pop
  self[-1]
end

#possessiveObject



233
234
235
236
237
238
# File 'lib/lite/ruby/string.rb', line 233

def possessive
  return self if possessive?

  possession = end_with?('s') ? "'" : "'s"
  "#{self}#{possession}"
end

#possessive!Object



240
241
242
# File 'lib/lite/ruby/string.rb', line 240

def possessive!
  replace(possessive)
end

#possessive?Boolean

Returns:

  • (Boolean)


244
245
246
# File 'lib/lite/ruby/string.rb', line 244

def possessive?
  %w['s s'].any? { |pos| end_with?(pos) }
end

#push(string) ⇒ Object



248
249
250
# File 'lib/lite/ruby/string.rb', line 248

def push(string)
  replace(concat(string))
end

#quote(type = :double, amount = nil) ⇒ Object

rubocop:disable Metrics/AbcSize, Metrics/CyclomaticComplexity, Metrics/MethodLength



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
285
286
287
288
289
# File 'lib/lite/ruby/string.rb', line 253

def quote(type = :double, amount = nil)
  if type.is_a?(Integer)
    tmp = amount
    amount = type
    type = tmp || :mixed
  else
    amount ||= 1
  end

  case type.to_s
  when "'", 'single', 's', '1'
    f = "'" * amount
    b = f
  when '"', 'double', 'd', '2'
    f = '"' * amount
    b = f
  when '`', 'back', 'backtick', 'b', '-1'
    f = '`' * amount
    b = f
  when "`'", 'bracket', 'sb'
    f = '`' * amount
    b = "'" * amount
  when "'\"", 'mixed', 'm', 'Integer'
    c = (amount.to_f / 2).to_i
    f = '"' * c
    b = f

    if amount.odd?
      f = "'#{f}"
      b += "'"
    end
  else
    raise ArgumentError, "Invalid quote type: #{type.inspect}"
  end

  "#{f}#{self}#{b}"
end

#quote!(type = :double, amount = nil) ⇒ Object

rubocop:enable Metrics/AbcSize, Metrics/CyclomaticComplexity, Metrics/MethodLength



292
293
294
# File 'lib/lite/ruby/string.rb', line 292

def quote!(type = :double, amount = nil)
  replace(quote(type, amount))
end

#remove(*patterns) ⇒ Object



95
96
97
# File 'lib/lite/ruby/safe/string.rb', line 95

def remove(*patterns)
  dup.remove!(*patterns)
end

#remove!(*patterns) ⇒ Object



99
100
101
102
103
# File 'lib/lite/ruby/safe/string.rb', line 99

def remove!(*patterns)
  patterns.each_with_object(self) do |pat, str|
    pat.is_a?(Range) ? str.slice!(pat) : str.gsub!(pat, '')
  end
end

#remove_tagsObject



296
297
298
# File 'lib/lite/ruby/string.rb', line 296

def remove_tags
  dup.remove_tags!
end

#remove_tags!Object



300
301
302
# File 'lib/lite/ruby/string.rb', line 300

def remove_tags!
  gsub!(%r{</?[^>]*>}, '') || self
end

#rotate(amount = 1) ⇒ Object



304
305
306
# File 'lib/lite/ruby/string.rb', line 304

def rotate(amount = 1)
  dup.rotate!(amount)
end

#rotate!(amount = 1) ⇒ Object



308
309
310
311
# File 'lib/lite/ruby/string.rb', line 308

def rotate!(amount = 1)
  amount += size if amount.negative?
  slice!(amount, size - amount) + slice!(0, amount)
end

#safe_encode(target_encoding, replacement = '') ⇒ Object

rubocop:disable Metrics/MethodLength



314
315
316
317
318
319
320
321
322
323
324
325
326
# File 'lib/lite/ruby/string.rb', line 314

def safe_encode(target_encoding, replacement = '')
  encode(target_encoding)
rescue Encoding::InvalidByteSequenceError
  force_encoding(target_encoding).scrub!(replacement)
rescue Encoding::UndefinedConversionError
  encode(
    target_encoding,
    invalid: :replace,
    undef: :replace,
    replace: replacement,
    UNIVERSAL_NEWLINE_DECORATOR: true
  )
end

#safe_encode!(target_encoding, replacement = '') ⇒ Object

rubocop:enable Metrics/MethodLength



329
330
331
# File 'lib/lite/ruby/string.rb', line 329

def safe_encode!(target_encoding, replacement = '')
  replace(safe_encode(target_encoding, replacement))
end

#sample(separator = ' ') ⇒ Object



333
334
335
# File 'lib/lite/ruby/string.rb', line 333

def sample(separator = ' ')
  split(separator).sample
end

#sample!(separator = ' ') ⇒ Object



337
338
339
# File 'lib/lite/ruby/string.rb', line 337

def sample!(separator = ' ')
  replace(sample(separator))
end

#shift(*patterns) ⇒ Object



341
342
343
# File 'lib/lite/ruby/string.rb', line 341

def shift(*patterns)
  dup.shift!(*patterns)
end

#shift!(*patterns) ⇒ Object



345
346
347
348
349
# File 'lib/lite/ruby/string.rb', line 345

def shift!(*patterns)
  return self[0] if patterns.empty?

  patterns.each_with_object(self) { |pat, str| str.sub!(pat, '') }
end

#shuffle(separator = '') ⇒ Object



351
352
353
# File 'lib/lite/ruby/string.rb', line 351

def shuffle(separator = '')
  split(separator).shuffle.join
end

#shuffle!(separator = '') ⇒ Object



355
356
357
# File 'lib/lite/ruby/string.rb', line 355

def shuffle!(separator = '')
  replace(shuffle(separator))
end

#sift(keep) ⇒ Object



359
360
361
362
363
364
365
366
367
368
# File 'lib/lite/ruby/string.rb', line 359

def sift(keep)
  keep = case keep
         when String then keep.chars
         when Array then keep.map(&:to_s)
         when Range then keep.to_a.map(&:to_s)
         else raise TypeError, "Invalid parameter: #{keep.inspect}"
         end

  chars.keep_if { |chr| keep.include?(chr) }.join
end

#sift!(keep) ⇒ Object



370
371
372
# File 'lib/lite/ruby/string.rb', line 370

def sift!(keep)
  replace(sift(keep))
end

#slugifyObject



374
375
376
# File 'lib/lite/ruby/string.rb', line 374

def slugify
  dup.slugify!
end

#slugify!Object



378
379
380
381
382
383
384
# File 'lib/lite/ruby/string.rb', line 378

def slugify!
  gsub!(/[^\x00-\x7F]+/, '')
  gsub!(/[^\w_ \-]+/i, '')
  gsub!(/[ \-]+/i, '-')
  gsub!(/^-|-$/i, '')
  downcase! || self
end

#sortObject



386
387
388
# File 'lib/lite/ruby/string.rb', line 386

def sort
  chars.sort.join
end

#sort!Object



390
391
392
# File 'lib/lite/ruby/string.rb', line 390

def sort!
  replace(sort)
end

#squishObject



105
106
107
# File 'lib/lite/ruby/safe/string.rb', line 105

def squish
  dup.squish!
end

#squish!Object



109
110
111
112
# File 'lib/lite/ruby/safe/string.rb', line 109

def squish!
  strip!
  gsub!(/\s+/, ' ') || self
end

#titleizeObject Also known as: titlecase



114
115
116
117
118
119
120
# File 'lib/lite/ruby/safe/string.rb', line 114

def titleize
  str = dup
  str.underscore!
  str.humanize!
  str.gsub!(/\b(?<!['’`])[a-z]/) { $&.capitalize }
  str || self
end

#titleize!Object Also known as: titlecase!



402
403
404
# File 'lib/lite/ruby/string.rb', line 402

def titleize!
  replace(titleize)
end

#to(position) ⇒ Object



122
123
124
# File 'lib/lite/ruby/safe/string.rb', line 122

def to(position)
  self[0..position]
end

#to_time(form = :local) ⇒ Object Also known as: to_t

rubocop:disable Metrics/AbcSize, Metrics/CyclomaticComplexity rubocop:disable Metrics/MethodLength, Metrics/PerceivedComplexity



128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
# File 'lib/lite/ruby/safe/string.rb', line 128

def to_time(form = :local)
  parts = Date.parse(self, false)
  used_keys = %i[year mon mday hour min sec sec_fraction offset]
  return if (parts.keys & used_keys).empty?

  now = Time.now
  time = Time.new(
    parts[:year] || now.year,
    parts[:mon] || now.month,
    parts[:mday] || now.day,
    parts[:hour] || 0,
    parts[:min] || 0,
    (parts[:sec] || 0) + (parts[:sec_fraction] || 0),
    parts[:offset] || (form == :utc ? 0 : nil)
  )

  form == :utc ? time.utc : time.to_time
end

#transliterizeObject



394
395
396
# File 'lib/lite/ruby/string.rb', line 394

def transliterize
  TRANSLITERATIONS.each_with_object(dup) { |(k, v), s| s.gsub!(k, v) }
end

#transliterize!Object



398
399
400
# File 'lib/lite/ruby/string.rb', line 398

def transliterize!
  replace(transliterize)
end

#truncate(truncate_at, options = {}) ⇒ Object

rubocop:enable Metrics/MethodLength, Metrics/PerceivedComplexity rubocop:enable Metrics/AbcSize, Metrics/CyclomaticComplexity



149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
# File 'lib/lite/ruby/safe/string.rb', line 149

def truncate(truncate_at, options = {})
  return self unless length > truncate_at

  omission = options[:omission] || '...'
  seperator = options[:separator]

  size_with_room_for_omission = truncate_at - omission.length

  stop = if seperator
           rindex(seperator || '', size_with_room_for_omission) || size_with_room_for_omission
         else
           size_with_room_for_omission
         end

  "#{self[0, stop]}#{omission}"
end

#truncate_words(word_count, options = {}) ⇒ Object



406
407
408
409
410
411
412
413
414
# File 'lib/lite/ruby/string.rb', line 406

def truncate_words(word_count, options = {})
  omission = options[:omission] || '...'
  seperator = options[:separator] || /\s+/

  seperator = Regexp.escape(seperator.to_s) unless seperator.is_a(Regexp)
  return self unless /\A((?:.+?#{seperator}){#{word_count - 1}}.+?)#{seperator}.*/m.match?(self)

  "#{::Regexp.last_match(1)}#{omission}"
end

#underscoreObject Also known as: snakecase



166
167
168
169
170
171
172
173
174
175
# File 'lib/lite/ruby/safe/string.rb', line 166

def underscore
  str = dup
  str.camelize!
  str.gsub!(/::/, '/')
  str.gsub!(/([A-Z\d]+)([A-Z][a-z])/, '\1_\2')
  str.gsub!(/([a-z\d])([A-Z])/, '\1_\2')
  str.tr!('-', '_')
  str.downcase!
  str || self
end

#underscore!Object Also known as: snakecase!



420
421
422
# File 'lib/lite/ruby/string.rb', line 420

def underscore!
  replace(underscore)
end

#unpollute(delimiter = '^--^--^') ⇒ Object



424
425
426
# File 'lib/lite/ruby/string.rb', line 424

def unpollute(delimiter = '^--^--^')
  dup.unpollute!(delimiter)
end

#unpollute!(delimiter = '^--^--^') ⇒ Object



428
429
430
# File 'lib/lite/ruby/string.rb', line 428

def unpollute!(delimiter = '^--^--^')
  gsub!(delimiter, '') || self
end

#unquoteObject



432
433
434
# File 'lib/lite/ruby/string.rb', line 432

def unquote
  dup.unquote!
end

#unquote!Object



436
437
438
439
440
441
442
443
444
# File 'lib/lite/ruby/string.rb', line 436

def unquote!
  [0, -1].each do |i|
    case self[i, 1]
    when "'", '"', '`' then self[i] = ''
    end
  end

  self
end

#unshift(*patterns) ⇒ Object



446
447
448
449
# File 'lib/lite/ruby/string.rb', line 446

def unshift(*patterns)
  patterns.each_with_object('') { |pat, str| str << pat }
          .concat(self)
end

#unshift!(*patterns) ⇒ Object



451
452
453
# File 'lib/lite/ruby/string.rb', line 451

def unshift!(*patterns)
  replace(unshift(*patterns))
end

#upcase?Boolean

Returns:

  • (Boolean)


416
417
418
# File 'lib/lite/ruby/string.rb', line 416

def upcase?
  upcase == self
end

#variablizeObject



468
469
470
# File 'lib/lite/ruby/string.rb', line 468

def variablize
  "@#{gsub(/\W/, '_')}"
end

#variablize!Object



472
473
474
# File 'lib/lite/ruby/string.rb', line 472

def variablize!
  replace(variablize)
end

#wordsObject



455
456
457
# File 'lib/lite/ruby/string.rb', line 455

def words
  split(/\s+/)
end

#words_without_punctuationObject



459
460
461
462
463
464
465
466
# File 'lib/lite/ruby/string.rb', line 459

def words_without_punctuation
  str = dup
  str.gsub!(%r{[.?¿¡…!,::;—"。?!、‘“”„«»〈〉《》,/\[\]]}, ' ')
  str.gsub!('- ', ' ')
  str.squeeze!(' ')
  str.strip!
  str.words
end