method

index

rails latest stable - Class: ActiveSupport::Multibyte::Chars

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.

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