I want to make regular expression for the dynamic words which comes from array and detect those word in array of string to make them linkable .
Eg. nsarray *arrOfStrings =@[@"This is sample string for objective c",@"Objective c or swift",@"Test string",@"iOS development",@"Re gular expression link"];
nsarray *arrLinkWord =@[@"is",@"sample",@"or",@"link",@"Test"];
As well as in arabic also
Thank you