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 8920399
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T06:15:36+00:00 2026-06-15T06:15:36+00:00

X, y, z are all numbers. Beside knowing how to check if the string

  • 0

X, y, z are all numbers. Beside knowing how to check if the string is 14 chars long, I don’t want to iterate each character and check if the char matches [0-9].

Are there smarter ways? No regex pls…. I’m scared of it.

  • 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-15T06:15:37+00:00Added an answer on June 15, 2026 at 6:15 am

    You can use sscanf:

    • sscanf — Parses input from a string according to a format

    Example:

    print_r( sscanf("+123-1234-1234", "+%3d-%4d-%4d") );
    

    will output:

    Array ( [0] => 123 [1] => 1234 [2] => 1234 )
    

    This will not guarantee the validity of the input string though. A string like +1-1-1 would result in array having all three values with 1. So you still have to validate the three array values separately.

    See the list of supported formats (not sure PHP supports all of these though).

    But seriously, ^\+\d{3}-\d{4}-\d{4}$ is not something to be scared of. It’s reasonably simple. There is much worse in Regex Land.

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

Sidebar

Related Questions

I am trying to delete all numbers from a string as long as the
How can I replace all numbers and special chars with empty spaces in a
I want to convert all numbers with 6 digits to the word million. like
Using String.Format how can i ensure all numbers have commas after every 3 digits
I am trying to replace all numbers except for prices (numbers starting with $)
Is there a format for phone numbers which all numbers will fit into? (something
I am trying to wrap a span around all numbers in a div so
I've this regex: ^[\p{L}\p{N}]{1,50}$ Accept all numbers and all letters min length: 1 max
In this problem, I have three (identically-structured) lists. Two have all numbers and the
How to get all contact numbers for a Contact when searching by contact name.

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.