Great tutorial! One very important thing you never mentioned is that these functions are all case-sensitive. Also, indexc(string, ‘abc’) = indexc(string, ‘a’, ‘b’, ‘c’). It would be great if you can mention FIND and FINDC functions, which have additional capabilities over INDEX and INDEXC functions.
🎉great tutorial
👍👍
Great tutorial! One very important thing you never mentioned is that these functions are all case-sensitive. Also, indexc(string, ‘abc’) = indexc(string, ‘a’, ‘b’, ‘c’). It would be great if you can mention FIND and FINDC functions, which have additional capabilities over INDEX and INDEXC functions.