Whitespace
This commit is contained in:
parent
71d2179ea2
commit
9c779d022a
1 changed files with 3 additions and 3 deletions
|
@ -28,9 +28,9 @@ sub split_input($input) {
|
|||
while (
|
||||
$input =~ m[
|
||||
\G \s*+
|
||||
(?| (') (?{_P -1}) ( (?: \\. | [^\\'] )*+ ) ' (?{_P}) (?=\s|;|$)
|
||||
| (") (?{_P -1}) ( (?: \\. | [^\\"] )*+ ) " (?{_P}) (?=\s|;|$)
|
||||
| () ( (?: \\. | [^\\;'"\s] )++ ) (?{_P}) (?=\s|;|$)
|
||||
(?| (') (?{_P -1}) ( (?: \\. | [^\\'] )*+ ) ' (?{_P}) (?=\s|;|$)
|
||||
| (") (?{_P -1}) ( (?: \\. | [^\\"] )*+ ) " (?{_P}) (?=\s|;|$)
|
||||
| () ( (?: \\. | [^\\;'"\s] )++ ) (?{_P}) (?=\s|;|$)
|
||||
| () (;)
|
||||
)
|
||||
]xg
|
||||
|
|
Loading…
Add table
Reference in a new issue