User bio
404 bio not found
Member since May 30, 2016
Posts:
Alexander has not published any posts yet.
Replies:

I count 136 symbols in my solution (thanks Dmitry Maslennikov for advice)

p(t) public
{ 
 s s="" f i=1:1:$l(t){s p=$f(" #######abc#def#ghi#jkl#mno#pqrstuv#wxyz",$e(t,i))-2 s:p\4=$e(s,*) s=s_" " f j=1:1:p#4+1 s s=s_(p\4)} q s 
}

long variant: 

p(text) public
{
s str="" 
for i=1:1:$l(text)
{
 ;_________0000111122223333444455556666777788889999
 s pos=$f(" #######abc#def#ghi#jkl#mno#pqrstuv#wxyz",$e(text,i))-2 
 s:pos\4=$e(str,*) str=str_" " 
 for j=1:1:pos#4+1 s str=str_(pos\4)
} 
q str 
}
Certifications & Credly badges:
Alexander has no Certifications & Credly badges yet.
Global Masters badges:
Alexander has no Global Masters badges yet.
Followers:
Alexander has no followers yet.
Following:
Alexander has not followed anybody yet.