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

  • Home
  • SEARCH
  • 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 725833
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T06:22:57+00:00 2026-05-14T06:22:57+00:00

I cant find an expression to evaluate a part of a string. I want

  • 0

I cant find an expression to evaluate a part of a string.

I want to get something like that:

if (string[4:8]=='abc') {...}

I started writing like this:

if (string[4]=='a' && string[5]=='b' && string[6]=='c') {...}

but if i need to evaluate a big part of string like

if (string[10:40] == another_string) {...}

then it gets to write TOO much expressions. Are there any ready-to-use solutions?

  • 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-05-14T06:22:58+00:00Added an answer on May 14, 2026 at 6:22 am

    You could always use strncmp(), so string[4:8] == "abc" (which isn’t C syntax, of course) could become strncmp(string + 4, "abc", 5) == 0.

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

Sidebar

Related Questions

This is the expression I'm trying to evaluate: Sum(IIF(QUALITY<=9.0,1.0,0.0)) The problem is that string
I can't find out why throw this expression always a NullPointerException: String jpql =
I cant find one way to get this value (comment) into json using javascript.
I'm doing an expression valuation program, just like this . My problem is that
I cant find good solution to get information from other mysql tables when I
I cant find an answer already on stackoverlow for this. This is the simplest
I cant find the way how to strip the useless section of my string
I'm having trouble getting this Javascript Regular Expression to work. What i want is
I remember seeing a recipe to take an expression and evaluate every Head that
This seems like it should be simple but I can't find anything yet. In

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.