Dear friends,
I currently am working with the following string patterns:
AGE SOMETHIN (@ 1.7752)
Take Action 1 at 1.0325
Take Action 2 at 1.0325
Take Action 3 at 1.0325
End age at 1.0430
and
AGE GOOGLE(@ 1.7752)
Take Action 1 at 1.0643
Take Action 2 at 1.0963
Take Action 3 at 1.0325
End age at 1.0430
My main goal is to assemble each of the string patterns into dynamic groups and also be able to dinamically manipulate its string values,
The following screenshot will help you understand it better:
Notice that the useless strings (conversations) should be deleted and filtered out of the output,
Thanks.