Saltarelle / SaltarelleCompiler

C# to JavaScript compiler – Now http://bridge.net
http://saltarelle-compiler.com
Other
297 stars 74 forks source link

Add 'string with index' overloads for Char.IsDigit and Char.IsWhiteSpace #401

Closed jon-hall closed 9 years ago

jon-hall commented 9 years ago

I believe this addresses #383, by providing the missing overloads for these methods.

Though the lack of a description on the issue makes it difficult to tell whether these were the methods believed to be missing or if they were requesting the addition of (non-standard) instance methods for checking if a char is a digit or white space.