print $string;; this=x that=x x another=x thing=x print "'$_'" for split m[ (?=\S+=)], $string;; 'this=x' 'that=x x' 'another=x' 'thing=x '
In reply to Re: Split this string
by BrowserUk
in thread Split this string
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |