"Please explain why not using vowels"
This certainly is off-topic (more into social sciences :-) , but can somebody explain to me if an why it is a fashion to remove vowels?

댓글 수: 1

Jiro Doke
Jiro Doke 2012년 2월 22일
Ha ha. I saw this title, and I was about to go in and edit or ask the poster to rephrase the question.

댓글을 달려면 로그인하십시오.

답변 (4개)

Sean de Wolski
Sean de Wolski 2012년 2월 15일

1 개 추천

txtng md ezr
Jan
Jan 2012년 2월 15일

1 개 추천

The keyword "plz" shows, that the phenomenon does not concern the vowels only. "Plz" should signal a high level of kewlness. When writing an SMS "plz" is some microseconds faster than "please". In addition it helps to keep the character limits. In a life chat, posting the first answer ís important such that these abbrev. style has a benefit.
Usually the plz+urgent-boys do not care for making an answer as easy as possible such that decreasing the readability is conform with the intentions of the authors. So my association with the vowel-free style is: "Has anybody seen that I'm so kewl that I do not even care?!"
Languages are dynamic systems and new terms will be commonly used in the future. E.g. "digital" does not mean "with a finger" anymore and "burning" some data means a backup and not the total destruction. Some of the new terms are useful, e.g. "thru" instead of "through" or "FEX" instead of "MathWorks FileExchange pages".

댓글 수: 1

Andreas Goser
Andreas Goser 2012년 2월 16일
Maybe my question is related to the fact my kids are not in texting age...

댓글을 달려면 로그인하십시오.

Ilham Hardy
Ilham Hardy 2012년 2월 15일

0 개 추천

You still use 'i'..

댓글 수: 4

Andreas Goser
Andreas Goser 2012년 2월 15일
Is 'y' considered a vowel in English too?
Walter Roberson
Walter Roberson 2012년 2월 15일
"a e i o u and sometimes y"
A 'y' at the beginning of an English word is seldom a vowel, but a 'y' in the middle or at the end of a word often is. A 'y' that sounds like a long 'I' or like a long 'E' is a vowel, but a 'y' that sounds like the 'y' in 'yet' or 'yellow' or 'young' is considered a consonant.
Andreas Goser
Andreas Goser 2012년 2월 15일
thx :-)
Matt Tearle
Matt Tearle 2012년 2월 22일
Or a short 'i', even. "Hymn", for example.
Englysh spellyng ys sylli.

댓글을 달려면 로그인하십시오.

bym
bym 2012년 2월 16일

0 개 추천

I was hoping to pick up some regexp tips here...I guess not!

댓글 수: 4

Matt Tearle
Matt Tearle 2012년 2월 22일
regexprep(str,'[aeiou],'')
Sean de Wolski
Sean de Wolski 2012년 2월 22일
How about to make it text smart so if the word starts or ends with a vowel it keeps it, else it loses is. E.g: if th wrd strts wth a vwl I wnt to kp it, else gt rd of it?
Matt Tearle
Matt Tearle 2012년 2월 22일
Sounds like a problem for Cody!
regexprep(str,'(?<!\s)[aeiou](?!\s)','')
Sean de Wolski
Sean de Wolski 2012년 2월 22일
Thank you!

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Historical Contests에 대해 자세히 알아보기

질문:

2012년 2월 15일

편집:

2013년 10월 13일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by