Skip to content

Instantly share code, notes, and snippets.

@blockworks
Created July 6, 2011 05:37
Show Gist options
  • Save blockworks/1066633 to your computer and use it in GitHub Desktop.
Save blockworks/1066633 to your computer and use it in GitHub Desktop.
先頭の1文字以外の文字をマッチさせる正規表現
//jedit Xの正規表現構文(ruby)にて動作確認。
(?<=.).*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment