Skip to content

Instantly share code, notes, and snippets.

@bluerabbit
Last active December 14, 2015 07:48
Show Gist options
  • Select an option

  • Save bluerabbit/5053412 to your computer and use it in GitHub Desktop.

Select an option

Save bluerabbit/5053412 to your computer and use it in GitHub Desktop.
sedで置換

1

%echo 1140003 | sed 's/.../〒&-/'
〒114-0003

2

%echo 09012345678 | sed 's/^\(...\)\(....\)/tel:\1-\2-/'
tel:090-1234-5678
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment