I would like to find the first a string in a string. I know it is not clear, so i decided to give an example.
For example, i got a string:
helloworld,hello
In "helloworld,hello", i want the system to find "hello" and ignore "world,hello". Is that possible?
If my question is unclear, do not refrain from asking me.
Thank you.
Please show me an example on how it works on jsfiddle.