Closed kiddtang closed 3 months ago
If the options string contains the explode delimiters, it will generate unexpected output. If the user needs pipe | or . in the options, this PR allows them to escape it. Enhancement for #363
|
.
Example String:
options:1.SA0000 - Kidd \|Tang|2.OKCRQ0 - Mr\. Carmine Fisher
Expected Output:
[ 1 => "SA0000 - Kidd |Tang" 2 => "OKCRQ0 - Mr. Carmine Fisher" ]
If the options string contains the explode delimiters, it will generate unexpected output. If the user needs pipe
|
or.
in the options, this PR allows them to escape it. Enhancement for #363Example String:
Expected Output: