Strip control codes and extended characters from a string: Difference between revisions

Content added Content deleted
(initial draft)
 
m (wordliness)
Line 3: Line 3:
The task is to strip control codes and extended characters from a string. The solution should demonstrate how to achieve each of the following results:
The task is to strip control codes and extended characters from a string. The solution should demonstrate how to achieve each of the following results:


* a string with control codes stripped (but extended characters not removed)
* a string with control codes stripped (but extended characters not stripped)
* a string with control codes and extended characters removed
* a string with control codes and extended characters removed