PaesslerAG / gval

Expression evaluation in golang
BSD 3-Clause "New" or "Revised" License
713 stars 83 forks source link

I need to check string contains using gval expression #86

Open VEDANTDOKANIA opened 1 year ago

VEDANTDOKANIA commented 1 year ago

Can anyone pls suggest me the way to check string contains ... For example .. string - abde contains bd should be true or any such combinations.