7 kyu
Regexp Basics - is it a six bit unsigned number?
122 of 1,283taw
Description:
Implement String#six_bit_number?
, which should return true if given object is a number representable by 6 bit unsigned integer (0-63), false
otherwise.
It should only accept numbers in canonical representation, so no leading +
, extra 0
s, spaces etc.
Regular Expressions
Fundamentals
Similar Kata:
Stats:
Created | Dec 26, 2015 |
Published | Dec 26, 2015 |
Warriors Trained | 2250 |
Total Skips | 44 |
Total Code Submissions | 6473 |
Total Times Completed | 1283 |
Ruby Completions | 122 |
Python Completions | 501 |
JavaScript Completions | 422 |
TypeScript Completions | 54 |
C# Completions | 87 |
Java Completions | 180 |
Total Stars | 28 |
% of votes with a positive feedback rating | 88% of 294 |
Total "Very Satisfied" Votes | 238 |
Total "Somewhat Satisfied" Votes | 44 |
Total "Not Satisfied" Votes | 12 |