Skip to content
Snippets Groups Projects
Commit 83f995c9 authored by prndev's avatar prndev
Browse files

AttractiveLingerieForAPregnantWoman is now considered a valid vector art...

AttractiveLingerieForAPregnantWoman is now considered a valid vector art suffix, although it is rather verbose.
parent 68108844
No related branches found
No related tags found
No related merge requests found
Apron Apron
AttractiveLingerie AttractiveLingerie
AttractiveLingerie AttractiveLingerieForAPregnantWoman
BallGown BallGown
Battledress Battledress
BodyOil BodyOil
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
window.clothing2artSuffix = function(v) { window.clothing2artSuffix = function(v) {
return v.replace(/^a[n]? /,"") /* remove "a" and "an" from the beginning*/ return v.replace(/^a[n]? /,"") /* remove "a" and "an" from the beginning*/
.replace(/ ?(outfit|clothing) ?/,"") /* remove "outfit" and "clothing" (redundant) */ .replace(/ ?(outfit|clothing) ?/,"") /* remove "outfit" and "clothing" (redundant) */
.replace(/ (and|for) .+/,"") /* remove concatenated descriptions */ .replace(/ and .+/,"") /* remove concatenated descriptions */
.replace(/\w\S*/g, .replace(/\w\S*/g,
function(txt){ function(txt){
return txt.charAt(0).toUpperCase() + return txt.charAt(0).toUpperCase() +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment