Hello, The functions `ismatch` and `contains` do similar things. Therefore, I think they should have a consistent API. Currently they receive parameters in reverse order:
ismatch( r"foo" , haystack ) contains( haystack, "foo" ) I always forget which one goes in which direction so I have to look it up. Since Julia is still a young language, I was wondering if there is any interest in reviewing to API to help ensure consistency between similar functions. Cheers, Daniel.