Hey everyone,
I still don't get on how to work with regex and get content from a string.
This is a string I am using:
The string I want from the above string is:
Note that the first string is an example and I have more strings like this:
These strings above will show the following output:
I hope someone can help me.
Tomas
I still don't get on how to work with regex and get content from a string.
This is a string I am using:
25. Apples 25 This String(1)14/02/2011
The string I want from the above string is:
This String(1)
Note that the first string is an example and I have more strings like this:
24. Lemons 24 First String(1)14/02/2011
25. Apples 25 Second String(2)14/02/2011
26. Chocolat 26 Third String14/02/2011
27. Nougat 26 Fourth String-
These strings above will show the following output:
First String(1)
Second String(2)
Third String
Fourth String
I hope someone can help me.
Tomas