Skip to content

Instantly share code, notes, and snippets.

@takahashiyuya
Last active August 29, 2015 14:01
Show Gist options
  • Save takahashiyuya/0de8a24811ec45e9b426 to your computer and use it in GitHub Desktop.
Save takahashiyuya/0de8a24811ec45e9b426 to your computer and use it in GitHub Desktop.
PHP プレーンテキストの改行を区切りに正規表現で配列形式っぽく置換する
#検索文字列
^(.*)$
#置換文字列
'$1' => '$1',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment