Talk:Remove vowels from a string: Difference between revisions

Content deleted Content added
AdaDaddy (talk | contribs)
No edit summary
Petelomax (talk | contribs)
 
(One intermediate revision by the same user not shown)
Line 6:
 
:Whatever we name it, many of the implementations do not create another string minus the glyphs, they simply output a series of characters omitting the glyphs. The description appears to require a new string to be constructed, or the original string to be modified. -- [[User:Adadaddy|Adadaddy]] ([[User talk:Adadaddy|talk}}) 18:08, 30 January 2021 (UTC)
 
:: Really? Only C, D, and Prolog, and now Fortran, fail to construct a string afaict. --[[User:Petelomax|Pete Lomax]] ([[User talk:Petelomax|talk]]) 19:05, 30 January 2021 (UTC)
 
:The task description should probably be '''Remove a defined subset of glyphs from a string'''. Knowing RC we'll probably have a task '''Remove consonants from a string''' next week. Then RC would not need to be too worried about the definition of vowel.--[[User:Nigel Galloway|Nigel Galloway]] ([[User talk:Nigel Galloway|talk]]) 15:14, 13 August 2020 (UTC)
Return to "Remove vowels from a string" page.