0
Personal I am in need of help on the following logic, I have a String question that always follows a pattern: What is xxx xxx or what means xxx xxx, I would like to always catch the xxx xxx.
Example:
var question1 = "What is nuclear physics"; var Pergunta2 = " What means nuclear physics"
in case I’d like to always pick up what this after what it is or what it means.
Thank you,
You always want to catch the first three words ?
– Isac