5 kyu
Simple Pig Latin
63,803 of 171,978user2505876
Description:
Move the first letter of each word to the end of it, then add "ay" to the end of the word. Leave punctuation marks untouched.
Examples
pigIt('Pig latin is cool'); // igPay atinlay siay oolcay
pigIt('Hello world !'); // elloHay orldway !
Regular Expressions
Algorithms
Similar Kata:
Stats:
Created | Aug 14, 2013 |
Published | Aug 14, 2013 |
Warriors Trained | 246371 |
Total Skips | 20259 |
Total Code Submissions | 914012 |
Total Times Completed | 171978 |
JavaScript Completions | 63803 |
CoffeeScript Completions | 87 |
Ruby Completions | 5384 |
Python Completions | 72187 |
C# Completions | 11331 |
Objective-C Completions | 26 |
C++ Completions | 4753 |
Java Completions | 13675 |
Clojure Completions | 259 |
TypeScript Completions | 2783 |
COBOL Completions | 5 |
Total Stars | 2519 |
% of votes with a positive feedback rating | 86% of 12266 |
Total "Very Satisfied" Votes | 9327 |
Total "Somewhat Satisfied" Votes | 2509 |
Total "Not Satisfied" Votes | 430 |