Skip to content

Instantly share code, notes, and snippets.

@umidjons
Created July 18, 2013 10:20
Show Gist options
  • Select an option

  • Save umidjons/6028283 to your computer and use it in GitHub Desktop.

Select an option

Save umidjons/6028283 to your computer and use it in GitHub Desktop.
Split text by EOL with preg_split()
<?php
$arLines = preg_split( '/\r?\n/i', trim( $longText ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment