Regular Expressions 101 正規表現のチェックをする便利サイト

Regular expressions 101 

https://regex101.com/ 

It is very useful for checking and test a result for regexp. as a online regex tester.
you can put your regexp which you wanna check on "regular expression" box, and on "Test string" box, you can put value for testing on. it shows a result on Substitution box.

and It has quick reference for syntax.

正規表現(regular expression)の結果をテストするのに、役に立つサイト
文法構成のチェックや意味合いの説明が"Explanation"に表示され、match Information に、色分けされて結果が表示される。参照データを取り出す際にも、最終的にどのような値が取り出せるかを調べられる。

regexp
^\+012012([1-9]{1})(.{2})(.{2}).*$

test String
+012012123123

コメント

人気の投稿