Created
July 6, 2011 05:37
-
-
Save blockworks/1066633 to your computer and use it in GitHub Desktop.
先頭の1文字以外の文字をマッチさせる正規表現
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//jedit Xの正規表現構文(ruby)にて動作確認。 | |
(?<=.).* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment