Appearance
tm_strcontains
tm_strcontains function checks whether a substring is within another string.
tm_strcontains(string, substr)
tm_strcontains("hello world", "wor") true
tm_strcontains("hello world", "wod") false