那是你的变量名没有设置好。
Most of the markers introduce blocks of text, while only the last block identified by |CS contains binary data. The format supports the storage of multiple data sets (channels) in a single file. The channels may be ordered in multiplex mode (ordering w.r.t. time) or block mode (...
Checking if a string is contained within another string is a very common need and match (name) contains works just like you'd expect:* def hello = 'Hello World!' * match hello contains 'World' * match hello !contains 'blah'For case-insensitive string comparisons, see how to create ...