rook2pawn
public text v1 · immutable<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