- 622 名前:名無しさん@お腹いっぱい。 mailto:sage [2006/10/31(火) 22:57:12 ID:jFrWTnT90]
- >>621 の続き
@Set('x',@RegexReplace($x, /\r|\n/, '', @True())), @Set('x',@RegexReplace($x, /<HEAD>.*<\/HEAD>/i, '', @True())), @Set('x',@RegexReplace($x, /<HR[^>]*>/i, '¶∬¶', @True())), @Set('x',@RegexReplace($x, /<[^>]*>/, '', @True())), @Set('x',@RegexReplace($x, /<|</, '<', @True())), @Set('x',@RegexReplace($x, />|>/, '>', @True())), @Set('x',@RegexReplace($x, /&|&/, '&', @True())), @Set('x',@RegexReplace($x, /"|"/, '"', @True())), @Set('x',@RegexReplace($x, / | /, ' ', @True())), @Set('x',@RegexReplace($x, /’/, '\'', @True())), @Set('x',@RegexReplace($x, /¶[\s|¶]+¶/, '¶¶', @True())), @Set('x',@RegexReplace($x, /¶+∬¶+/, '\n\n----------------------------------------------------------------------\n', @True())), @Set('x',@RegexReplace($x, /\s+¶/, '¶', @True())), @Set('x',@RegexReplace($x, /¶¶¶+/, '¶¶', @True())), @Set('x',@RegexReplace($x, /¶/, '\n', @True())), @If(@RegexMatch($x, /\d{{2,6}};/), @Set('x',@Script('result.value =arguments(0).replace(/(\\d{{2,6}})\;/g,function($0,$1){{return(String.fromCharCode($1));}})','JScript',$x)), @True() ), @Concat($x) ), @Body(@Profile('', 'Global', 'Quote', '> '), 1) ) }
|

|