L
Louis
How do I extract part of a data string when I only need the first 2 words,
somewhere in the middle or the last 2 words of the string?
Of course the length of the words can vary.
Example: "This is only a test." only need "This is"
Example: "Red chair with blue table." only need "Red chair"
Example: "Purple tiles with yellow dots." only need "Purple tiles"
somewhere in the middle or the last 2 words of the string?
Of course the length of the words can vary.
Example: "This is only a test." only need "This is"
Example: "Red chair with blue table." only need "Red chair"
Example: "Purple tiles with yellow dots." only need "Purple tiles"