Advertisement
Guest User

James Buckingham

a guest
Apr 20th, 2010
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. What I have so far - <[^<|]+?>?>ITS<[^<]+?>|ITS
  2.  
  3. EXAMPLE (FROM):
  4. I want you to highlight this ITS, but not this wrapped one as its done already - <acronym title="#GlossaryTerm#" id="thisIsATest">ITS</acronym>
  5.  
  6. This is another test as I still want to update these <p>ITS</p> HTML tags which don't have acronyms yet.
  7. ITS want ones that start sentences and ones that finish ITS.ITS, and ones which are wrapped in punctuation.
  8. Test link:
  9. <a href="/farcry/index.cfm>ITS</a>
  10. TO:
  11. I want you to highlight this <acronym title="#GlossaryTerm#">ITS</acronym>, but not this wrapped one as its done already - <acronym title="#GlossaryTerm#" id="thisIsATest">ITS</acronym>
  12. This is another test as I still want to update these <p><acronym title="#GlossaryTerm#">ITS</acronym></p> HTML tags which don't have acronyms yet.
  13.  
  14. <acronym title="#GlossaryTerm#">ITS</acronym> want ones that start sentences and ones that finish <acronym title="ITS">ITS</acronym>.<acronym title="#GlossaryTerm#">ITS</acronym>, and ones which are wrapped in punctuation.
  15.  
  16. Test link:
  17. <a href="/farcry/index.cfm><acronym title="#GlossaryTerm#">ITS</acronym></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement