Learn R Programming

baizer (version 0.8.0)

same_index: the index of identical character

Description

the index of identical character

Usage

same_index(s1, s2, nth = NULL, ignore_case = FALSE)

Value

list of identical character indices

Arguments

s1

string1

s2

string2

nth

just return nth index

ignore_case

ignore upper or lower cases

Examples

Run this code
same_index("AAAA", "ABBA")

Run the code above in your browser using DataLab