Pattern matching using a wildcard

前端 未结 5 687
野的像风
野的像风 2020-12-01 00:15

How do I identify a string using a wildcard?

I\'ve found glob2rx, but I don\'t quite understand how to use it. I tried using the following code to pick

5条回答
  •  抹茶落季
    2020-12-01 00:39

    You can also use package data.table and it's Like function, details given below How to select R data.table rows based on substring match (a la SQL like)

提交回复
热议问题