JoeMcGarvey
Programmer
RegExp experts - can someone help me translate this into a regExp? I want to look for all occurrences of
class="could_be_anything"
and create a regExp string that I can then use in a replace function:
theRepString = ????; //the regExp
strOUT = strOUT.replace(theRepString, "" //need to modify this to look for all occurrence in strOUT.
Thanks!!
Joe McGarvey - Web Application Developer
Paragraph, Inc. - Paragraph Publisher -
class="could_be_anything"
and create a regExp string that I can then use in a replace function:
theRepString = ????; //the regExp
strOUT = strOUT.replace(theRepString, "" //need to modify this to look for all occurrence in strOUT.
Thanks!!
Joe McGarvey - Web Application Developer
Paragraph, Inc. - Paragraph Publisher -