Replace all lowercase "t"'s that have an "e" after them with a
"*"
replaceT("cate") → "cat"
replaceT("tote") → "to*e"
replaceT("tetetete") → "*e*e*e*e"
Replace all lowercase "t"'s that have an "e" after them with a "*" replaceT("cate") → "cat" replaceT("tote") → "to*e" re
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Replace all lowercase "t"'s that have an "e" after them with a "*" replaceT("cate") → "cat" replaceT("tote") → "to*e" re
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!