Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Regex match for Any number of words?

by sbrothy (Acolyte)
on Jan 17, 2022 at 11:13 UTC ( [id://11140527]=note: print w/replies, xml ) Need Help??


in reply to Re: Regex match for Any number of words?
in thread Regex match for Any number of words?

Wow, thank you all. I'd expected you'd wait and see if I did any work of my own before answering but I completely forgot about this until now. These answers were all very helpful. Again, thank you! :)
  • Comment on Re^2: Regex match for Any number of words?

Replies are listed 'Best First'.
Re^3: Regex match for Any number of words?
by sbrothy (Acolyte) on Jan 20, 2022 at 11:55 UTC

    This is ofcourse C++ and not perl. Still, for completeness sake:

    I ended up using boost::regex_token_iterator.

    So in all it's glorious simplicity it ended up being just:

    boost::regex re("\\s+");

    Regards.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11140527]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-25 16:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found