codesurgeon icon indicating copy to clipboard operation
codesurgeon copied to clipboard

Remove based on pattern

Open xcoderzach opened this issue 13 years ago • 1 comments

It'd be really nice if it could remove all functions that matched a pattern. /_.*/ would remove all functions with an leading underscore, or something similar. That way you could pull out any "server only" methods and then send the "client safe" safe code to the client.

xcoderzach avatar Dec 27 '11 18:12 xcoderzach

awesome idea. i like this.

heapwolf avatar Dec 27 '11 21:12 heapwolf