Flowdock
method

index

Importance_1
Ruby on Rails latest stable (v6.1.7.7) - 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.