Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Information.replace("", "Resident Referral").
replace("", "Return Visitor");
Referral
Resident Referral
Resident Referrral -------------- Replace all three with Resident Referral
Return visitor
Return Visitor
Return Vistitor
Return Vistor ----------------- Replace all four with Return Visitor
row1.Information.replaceAll("^.*Refer.*$", "Resident Referal").replaceAll("^.*Return.*$", "Return Visitor")
row1.Information.replaceAll("^.*Refer.*$", "Resident Referal").replaceAll("^.*Return.*$", "Return Visitor")