Create regular expression pattern from a string like my_test* and replace asterisks with (.*).
my_test*
(.*)
Generated using TypeDoc
Create regular expression pattern from a string like
my_test*
and replace asterisks with(.*)
.