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 0s, spaces etc.

Regular Expressions
Fundamentals

Stats:

CreatedDec 26, 2015
PublishedDec 26, 2015
Warriors Trained2250
Total Skips44
Total Code Submissions6473
Total Times Completed1283
Ruby Completions122
Python Completions501
JavaScript Completions422
TypeScript Completions54
C# Completions87
Java Completions180
Total Stars28
% of votes with a positive feedback rating88% of 294
Total "Very Satisfied" Votes238
Total "Somewhat Satisfied" Votes44
Total "Not Satisfied" Votes12
Ad
Contributors
  • taw Avatar
  • donaldsebleung Avatar
  • B1ts Avatar
  • hobovsky Avatar
Ad