Strip a set of characters from a string: Difference between revisions

Content added Content deleted
(→‎{{header|C sharp}}: added usings and regex)
m (omissions)
Line 491: Line 491:
set s "She was a soul stripper. She took my heart!"
set s "She was a soul stripper. She took my heart!"
puts [stripchars $s "aei"]</lang>
puts [stripchars $s "aei"]</lang>

{{omit from|Bc}}