YasserKhalil
Well-known Member
- Joined
- Jun 24, 2010
- Messages
- 852
Hi everybody
I thank everybody who is participating in this great forum
I have text data
Have one of four cases:
1- text that hasn't the character @ at all
2- text that has one occurrence of the character @
3- text with two occurrences
4- text with three occurrences
As for case 1 the data should remain as it is
As for case 2 the string starting at @ should be removed
As for case 3 the string starting at the second occurrence of the character @ should be removed
As for case 4 the string starting at the third occurrence should be removed
I hope it is clear
I thank everybody who is participating in this great forum
I have text data
Have one of four cases:
1- text that hasn't the character @ at all
2- text that has one occurrence of the character @
3- text with two occurrences
4- text with three occurrences
As for case 1 the data should remain as it is
As for case 2 the string starting at @ should be removed
As for case 3 the string starting at the second occurrence of the character @ should be removed
As for case 4 the string starting at the third occurrence should be removed
I hope it is clear