How to use Text.contain with no case sensitive?

as title, how to use the contain method get no case sensitive results?
Text.contains(name,#text(searchkey))

this is usually solved by turning both strings into lowercase versions before searching

thanks, it’s a bit pain :grinning: