Your browser doesn't support the features required by impress.js, so you are presented with a simplified version of this presentation.
    For the best experience please use the latest Chrome, Safari or Firefox browser.
 
    
        自作JSライブラリでvalidationをごにょごにょする @shigemk2
    
    
      shigemk2と申します。自撮りです
       
     
    
      自作JSライブラリを作った
    
    
      皆さん、バリデーションといえば
    
    
      正規表現
    
    
      えっ、違う?
    
    
      正規表現ってめんどうだよね
       
     
    
      難しくて間違えそう
       
     
    
      正規表現を間違えちゃったら…
       
     
    
      ライブラリを作りました
      https://github.com/shigemk2/regexp-js/
    
    
    
    
    
    
    
      こんなん自分で書けよってなるかもしれませんが
    
    
      まとめ
      typoしやすいものはライブラリに押し込んだほうがいいと思いました。