This code snippet uses the instr function to identify a full stop (period) within a sentence and crops the sentence up to this point. Seems fairly straightforward, but I had a real problem finding ...
This code snippet uses the instr function to identify a full stop (period) within a sentence and crops the sentence up to this point. Seems fairly straightforward, but I had a real problem finding any resource out there that offered this!