[Test]
        public void CheckRemovingTextBetweenTags()
        {
            string str2test = "something here[iosonly]<ul><li> Payment will be charged[/iosonly] bla-blah test";
            string result = "something here bla-blah test";