Flowdock
method

index

Importance_1
v3.2.1 - Show latest stable - 0 notes - Class: ActiveSupport::Multibyte::Chars
index(needle, offset=0) public

Returns the position needle in the string, counting in codepoints. Returns nil if needle isn’t found.

Example:

'Café périferôl'.mb_chars.index('ô')   # => 12
'Café périferôl'.mb_chars.index(/\w/u) # => 0
Show source
Register or log in to add new notes.