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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T11:08:30+00:00 2026-05-19T11:08:30+00:00

I have a string that looks something like this: 2[1:22:33] Downloaded file: sometextand41245 Original

  • 0

I have a string that looks something like this:

2[1:22:33] Downloaded file:
sometextand41245 Original File:
1234_MyFile.ext spaces…

and a regex that almost works to get the group after Original File:space and spaces…

.+Original Name:\s*(.+)\s*

this will give me 2 groups, one has everything and the other gives me the group I want plus more:

1234_MyFile.ext space space space…

I am using the word space to represent the character… I appologize if this doesnt make much sence as it is late. Here is the result I want:

1234_MyFile.ext

thank you

  • 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-19T11:08:31+00:00Added an answer on May 19, 2026 at 11:08 am

    You can use \S to match any non-whitespace characters:

    .+Original Name:\s*(\S+)\s*
    

    However that won’t really do what you want, if the original name can contain spaces in the end, so there might be better alternatives. In your example there are spaces after the original name, is there something after those spaces? Or does the string end after the spaces? If it ends after the spaces, you can do something like:

    Original Name:\s*(.+?)\s*$
    

    If it does not end after the spaces, substitute the $ with what comes after them.

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

Sidebar

Related Questions

Just a quick regex question...hopefully I have a string that looks something like this:
I have a string from reading a .txt file that looks something like this:
I simply have a string that looks something like this: 7,true,NA,false:67,false,NA,false:5,false,NA,false:5,false,NA,false All I want
I have a string that looks something like this: foobar\n I read this string
I have a string that looks something like this: my name is: andrew I'd
I have base 64 encoded string that looks something like this. cuVrcYvlqYze3OZ8Y5tSqQY205mcquu0GsHkgXe4bPg= I have
So I have a a text file that looks something like this: public >ret
I have a JSON string that looks something like this: {addresses:{address:[{@array:true,@id:888888,@uri:xyz,household:{@id:44444,@uri:xyz},person:{@id:,@uri:},addressType:{@id:1,@uri:xyz,name:Primary},address1:xyz,address2:null,address3:null,city:xyz,postalCode:111111}]}} What would be
I have a String with an unknown length that looks something like this dog,
I have a class that looks something like this: public class MyClass { string

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.