- or download this
$strOutput =~ s{ # First, we'll list things we want
# to match, but not throw away
...
)
}{$1}gsx;
- or download this
$strOutput =~ s{ # First, we'll list things we want
# to match, but not throw away
...
}{$1}gsx;
- or download this
/*====================================================================
+=======
' Subroutine: None
...
/*
Test1
*/
- or download this
function SimpleHTMLEncode (strHTMLToEncode) {
var strOutput = strHTMLToEncode;
...
var reSearch = mystring.search(objRegex);
var reSplit = mystring.split("\\");
+
}