in reply to Re^2: Truncate Data from MySQL
in thread Truncate Data from MySQL
Some minor quibbles though:
For some reason, your "...unless the empty string between two spaces counts as a word." does not parse to anything plausible (possible blind spot?) for me. FMI, is there a way to persuade split to treat the empty string between two spaces as a word boundary (\b) or a not_word boundary (\B)?
Update: Oversight addendum: "the empty string between two spaces" is a position (despite cf perldoc -f split at "As a special case for "split", using the empty pattern "//"....")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Truncate Data from MySQL
by mzedeler (Pilgrim) on Jul 09, 2009 at 19:59 UTC |