Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: Splitting a string

by nobull (Friar)
on Feb 08, 2006 at 18:32 UTC ( [id://528892]=note: print w/replies, xml ) Need Help??


in reply to Re: Splitting a string
in thread Splitting a string

/\w(?=\w(?<=(..)))/g;

Isn't that rather more complicated than necessary?

/(?=(\w\w))./g;

Replies are listed 'Best First'.
Re^3: Splitting a string
by japhy (Canon) on Feb 08, 2006 at 19:19 UTC
      It is true that /PATTERN/g will DWIM when /PATTERN/ matches the empty string and not find an infinite number of matches as the same point.

      I, however, consider code that relies on this behaviour in order save one character to be less simple.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-26 04:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found