For Programmers: Free Programming Magazines  


Home > Archive > Tcl > June 2007 > Re: Stripping characters from a string









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: Stripping characters from a string
Ralf Fassel

2007-06-27, 7:12 pm

* Glenn Jackman <glennj@ncf.ca>
| proc strip {string chars} {
| return [join [split $string $chars] ""]
| }

K3wl. CSOTW¹?

R'
---
¹ Code Snippet Of The W
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com