2
Answers

Getting set of strings from a long string in c#

jagadish patil

jagadish patil

15y
1.8k
1
Hi Friends, I have a string.From that i need to get some strings like.. Ex: string s = " A tag Name [$tag1$] ..........some strings..........[$tag2$]..........[$tag3$] Now form this string i need to get data between [$ and $]. If any one having any idea please let me know.
Answers (2)
0
Pramod Thakur

Pramod Thakur

NA 7.3k 790.9k 7y
You can clear your browser cache manually or write a code for it. I am using jquery for it.
  
  1. $('.button').click(function() {  
  2.     $.ajax({  
  3.         url: "",  
  4.         context: document.body,  
  5.         success: function(s,x){  
  6.   
  7.             $('html[manifest=saveappoffline.appcache]').attr('content''');  
  8.                 $(this).html(s);  
  9.         }  
  10.     });   
  11. });  
 
 
0
Nilesh Shah

Nilesh Shah

NA 22.3k 214.4k 7y
mostly the proxy server caches the content of web pages,it's not your browser
 
if you check outside your organization it will be working.