JSFiddle - React, Tailwind, and code Playground
by bigdave
JavaScript
myString = '0813_PA6916.R01.';
if (myString.match(/08[0-9]+_[A-Z]+[0-9]+\.R[0-9]+./))
alert("Success!");
by bigdave
myString = '0813_PA6916.R01.';
if (myString.match(/08[0-9]+_[A-Z]+[0-9]+\.R[0-9]+./))
alert("Success!");