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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T04:12:51+00:00 2026-05-11T04:12:51+00:00

For example, in this text: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc

  • 0

For example, in this text:

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu tellus vel nunc pretium lacinia. Proin sed lorem. Cras sed ipsum. Nunc a libero quis risus sollicitudin imperdiet.

I want to match the word after ‘ipsum’.

  • 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. 2026-05-11T04:12:52+00:00Added an answer on May 11, 2026 at 4:12 am

    This sounds like a job for lookbehinds, though you should be aware that not all regex flavors support them. In your example:

    (?<=\bipsum\s)(\w+) 

    This will match any sequence of letter characters which follows ‘ipsum’ as a whole word followed by a space. It does not match ‘ipsum’ itself, you don’t need to worry about reinserting it in the case of, e.g. replacements.

    As I said, though, some flavors (JavaScript, for example) don’t support lookbehind at all. Many others (most, in fact) only support ‘fixed width’ lookbehinds — so you could use this example but not any of the repetition operators. (In other words, (?<=\b\w+\s+)(\w+) wouldn’t work.)

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

Sidebar

Ask A Question

Stats

  • Questions 68k
  • Answers 68k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer All of them are good in their own ways -… May 11, 2026 at 12:10 pm
  • added an answer If no Identity is inserted SCOPE_IDENTITY() will return null, you… May 11, 2026 at 12:10 pm
  • added an answer As a rule, these errors come from having incompatible, or,… May 11, 2026 at 12:10 pm

Related Questions

For example, in this text: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc
What's the secret to getting ClaimsResponse working with DotNetOpenId ? For example, in this
For example, in Java there is Functional Java and Higher-Order Java . Both essentially
For example, in http://homepages.cwi.nl/~paulv/papers/algorithmicstatistics.pdf at the bottom of page 5 and top of page
For example, in my WCF, if I have a Customer table and an Order
For example in C# or in JavaScript documents. If not, is there point in
For example, if you type something in upper-right google/yahoo search box in firefox there
For example, if I have a page located in Views/Home/Index.aspx and a JavaScript file
For example, I want to populate a gridview control in an ASP.NET web page
For example, I want just the filename of a file in a field. Say

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.