Mohsin Malik
Registered User.
- Local time
- , 00:01
- Joined
- Mar 25, 2012
- Messages
- 179
Hello,
I would like to remove specific occurrence of text found in Memo field on the basis of Start and End Identifier.
The Start Identifier is '<' and End Identifier is '>' and I want to remove anything found in the '<' and '>'? The text in start '<' and end '>' tag will always be different and I want to remove any text found in '<' and '>'?
As an example I want to remove/replace the following lines with blank space "" found in the memo field.
Input Text: Test Text Occurrence 1 <www.google.com > Test Text Occurrence 2
<www.facebook.com> Test Text Occurrence 3
<http://www.access-programmers.co.uk/forums/>
Required Output: Test Text Occurrence 1 Test Text Occurrence 2 Test Text Occurrence 3
I want the Required Output is to 'Remove/Replace' all of the contents found in tags '<>'. This is basically hyperlink address and I want to remove the hyperlink addresses found in memo field. Any Idea?
Thank you
Mohsin
 I would like to remove specific occurrence of text found in Memo field on the basis of Start and End Identifier.
The Start Identifier is '<' and End Identifier is '>' and I want to remove anything found in the '<' and '>'? The text in start '<' and end '>' tag will always be different and I want to remove any text found in '<' and '>'?
As an example I want to remove/replace the following lines with blank space "" found in the memo field.
Input Text: Test Text Occurrence 1 <www.google.com > Test Text Occurrence 2
<www.facebook.com> Test Text Occurrence 3
<http://www.access-programmers.co.uk/forums/>
Required Output: Test Text Occurrence 1 Test Text Occurrence 2 Test Text Occurrence 3
I want the Required Output is to 'Remove/Replace' all of the contents found in tags '<>'. This is basically hyperlink address and I want to remove the hyperlink addresses found in memo field. Any Idea?
Thank you
Mohsin
 
	 
 
		 
 
		 
 
		