Search Results

Search: Posts Made By: mcosta
6,978
Posted By Aia
You did not post your last modified code. split...
You did not post your last modified code.
split will consume that part that matches as you found out, except if you use a lookahead or lookbehind. I use that technique on this code.

...
6,978
Posted By Aia
perldoc -f split Splits the string EXPR into...
perldoc -f split

Splits the string EXPR into a list of strings and returns the list in list context, or the size of the list in scalar context.

In Perl is important to get familiar with the...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 04:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy