Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8120461
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T05:10:08+00:00 2026-06-06T05:10:08+00:00

Suppose I have a utility function like this – public static boolean isABlankSpace(char c)

  • 0

Suppose I have a utility function like this –

public static boolean isABlankSpace(char c)
  {

     // returns true if the char c is rendered as a blank space
  }

My current implementation only does-

if(c == ' ') 
 {
    return true;
 }

But I realize that many other ASCII codes could be rendered as blanks. So which are these ASCII codes? And how would that change my implementation?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T05:10:10+00:00Added an answer on June 6, 2026 at 5:10 am

    You could use:

    Character.isWhitespace(c);
    

    which is a built in utility method. Details of what it does is in the javadoc. Note that it will return true for line breaks (\n, \r etc.) too.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Suppose I have a Utility class, public class Utility { private Utility() {} //Don't
Suppose I have an API that returns a Task as an object: private static
Suppose I have this class hierarchy: class A { public: virtual void foo(Base *b)
Suppose I have: public class foobar { public int lorem; public int ipsum; }
Suppose I have a class A with property b Class A { public int
Suppose I have a data frame, df, that looks like: f t1 t2 t3
Suppose i have following WCF Services. UtilityService (Service to provide utility functions) SomeOtherService 1
I have a high-level goal of creating a static utility class that encapsulates the
I have a utility app. I've implemented this code on the flipside, which calls
Suppose I have a stringbuilder in C# that does this: StringBuilder sb = new

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.