I need to find certain text in a string and would appreciate any help on the most efficient way to do this.
I am searching a long text string for the word 'rescanned'. The only way my feeble mind is able to do this now is with explode() and a few lines to sort through the exploded string to find 'rescanned'. Is there an easier way to determine if this word appears in a string?
- - picklefish - -
Why is everyone in this forum responding to me as picklefish?
I am searching a long text string for the word 'rescanned'. The only way my feeble mind is able to do this now is with explode() and a few lines to sort through the exploded string to find 'rescanned'. Is there an easier way to determine if this word appears in a string?
- - picklefish - -
Why is everyone in this forum responding to me as picklefish?