Testing whether string starts with or end with another string

Viewed 48654

How should I check whether a string starts or ends with a given string? There doesn't seem to be any built-in methods available (or maybe it's just the IDE I'm using that isn't having it show up: RDE)

2 Answers
Related