All pastes #657315 Raw Edit

rook2pawn

public text v1 · immutable
#657315 ·published 2007-08-14 19:20 UTC
rendered paste body
<html>
<body>

<script type="text/javascript">
var c1 = "size"
var str="sizeExtraSmall colorBlanchedAlmond sizeLarge sizeRegular"
var r = new Regex("\\b" + c1 + "\\w* ?")
document.write(str.replace(r,''))
</script>
</body>
</html>


this is supposed to delete all instances of any words that begin with size