cp_explode( $delimiter,  $string )

Explodes string into array by non escaped delimiter.


Package


    Description Description

    Example:

    $string = "1\,000, 2\,000" $delimiter = ","

    Result: array( ‘1,000’, ‘2,000’ )


    Premium WordPress Apps

    Top ↑

    User Contributed Notes User Contributed Notes

    You must log in before being able to contribute a note or feedback.