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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T16:06:32+00:00 2026-06-10T16:06:32+00:00

Suppose if I wanted to extract the suffix string aabdcd from the string daaaaab*

  • 0

Suppose if I wanted to extract the suffix string “aabdcd” from the string daaaaab*aabdcd* , the following expression is used in KSH,

${ex##+([!b])+([b])}

This means match and remove any character other than ‘b’ greedily followed by the character ‘b’. What I don’t understand is the + (highlighted in bold) preceding. Why is it required? Without it the regex fails to do the intended job.

#ex=daaaaabaabdcd
#echo ${ex##([!b])+([b])}
daaaaabaabdcd
#echo ${ex##+([!b])+([b])}
aabdcd
  • 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-10T16:06:34+00:00Added an answer on June 10, 2026 at 4:06 pm

    The + represents the regex quantifier of the result. So with the + you may receive multiple results. Here are the other quantifiers that can be used:

    ?(pattern) matches zero or one times the pattern.
    *(pattern) matches any time the pattern.
    +(pattern) matches one or more time the pattern.
    @(pattern) matches one time the pattern.
    !(pattern) matches string without the pattern.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Please see the image below. How was this 'pop-up' view created? Suppose I wanted
I wanted to know the behavior of std::vector::reserve() in following situations: Suppose reserve(N) is
Suppose you have this following code in HTML - <div id=pattern> <span class=a>Content</span> </div>
Suppose I wanted to do this, so I can find the current position of
The following code: var dynamicQuery = from a in _context.Users select a; string[] args
Suppose I only had the regular J2SE http libraries but wanted to write a
I wanted to show a vertical drop-down menu on click on a div. Suppose
Suppose I have a class Baz that inherits from classes Foo and Bar ,
Suppose I have a table with the following columns (a list of words): word:
Suppose I wanted to have all files named .myexcellentpage to be parsed with PHP,

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.