Closed owst closed 5 years ago
With Using LinkQueJob as the search param - the search text box is filled with nkQueJob
LinkQueJob
nkQueJob
This looks like a typo in the regex I changed here - the /.../i is written as /...i/
/.../i
/...i/
Specifically, the regex is used as gsub(/[^0-9a-z:]i/, '') which matches Li in LinkQueJob and deletes the Li giving nkQueJob
gsub(/[^0-9a-z:]i/, '')
Li
With Using
LinkQueJob
as the search param - the search text box is filled withnkQueJob
This looks like a typo in the regex I changed here - the
/.../i
is written as/...i/