Guest User

Untitled

a guest
May 27th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width">
  6. <title>JS Bin</title>
  7. </head>
  8. <body>
  9.  
  10. <script id="jsbin-javascript">
  11. a = 'test OuT1 VS In2 blah'
  12. match = a.match(/OUT(\d).*IN(\d)/i)
  13. console.log(match)
  14. </script>
  15.  
  16.  
  17.  
  18. <script id="jsbin-source-javascript" type="text/javascript">a = 'test OuT1 VS In2 blah'
  19. match = a.match(/OUT(\d).*IN(\d)/i)
  20. console.log(match)</script></body>
  21. </html>
Add Comment
Please, Sign In to add comment