Skip to content

Instantly share code, notes, and snippets.

View manoj2411's full-sized avatar

Manoj Kumar Sehrawat manoj2411

View GitHub Profile
<snippet>
<content><![CDATA[
javascript:void(0)
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>jsv</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
str = "the house is blue, it looks beautiful."
puts 'Initial string: ' + str
words_arr = []
i = 0
tmp_word = ''
while(i <= str.length)