I previously used ismatch function in Julia v0.6.0 but now it returns an error with v1.0.0 and it's not present in the v0.7.0 or v1.0 documentation. So how can I find the non depreciated equivalent of ismatch for latest Julia version ?
More generally in Julia, how is it possible to know the equivalent of any depreciated function if it exists ?
I only have Julia v1.0 installed on my computer.