I've tried so many examples and ideas from this site but to no avail! It seems simple enough and I'm probably just missing something but what I'm trying to do is this: If partial text is found return true, for example:
In A1
The quick brown fox jumps over the lazy dog.
In A2
The user can enter any part of the line above with additional verbiage for example:
The quick brown fox jumps over the lazy dog. However,
I can make it if any of the words in A! is typed in to return true, but if i type in words in A! with any additional information it returns false.
Any help would be appreciated!
In A1
The quick brown fox jumps over the lazy dog.
In A2
The user can enter any part of the line above with additional verbiage for example:
The quick brown fox jumps over the lazy dog. However,
I can make it if any of the words in A! is typed in to return true, but if i type in words in A! with any additional information it returns false.
Any help would be appreciated!