If you want to test that your string contains First Part then Second Part, you can use the match function like this :
Match(ls_Test, "First Part.*Second Part")
But maybe you want something more ?
If you want to test that your string contains First Part then Second Part, you can use the match function like this :
Match(ls_Test, "First Part.*Second Part")
But maybe you want something more ?