tuple_regexp_select— Select tuple elements matching a regular expression.Signaturetuple_regexp_select( : : Data, Expression : Selection) Descriptiontuple_regexp_select applies the regular expression in Express
Name tuple_regexp_select— Select tuple elements matching a regular expression. Signature Description Please refer to the documentation oftuple_regexp_matchfor syntax and options of regular expressions. Additionally,tuple_regexp_selectsupports the option'invert_match', which causes those input strings ...
8. tuple_str_bit_select 功能:選擇一個元組中單一符號或位。 9. tuple_uniq 功能:丟棄元組中除成功歸類的元素外的所有元素。 18.10 String-Operators 1. tuple_environment 功能:讀取一個或多個環境變量。 2. tuple_regexp_match 功能:利用公式提取子鏈。 3. tuple_regexp_replace 功能:用有規律的公式代替...
1** CountRelation( RelationName,outNumOfTuples);2说明, count_relation,在HALCON数据库中实体的数目。34** DeserializeTuple( SerializedItemHandle,outTuple);5说明, Tuple元组数据转换67** IntegerToObj(outObjects: X; SurrogateTuple);8说明, integer_to_obj,将一个整型数转换为一个图标。910** ObjToInte...
4. tuple_regexp_select 功能:选择符合公式的元组元素。 5. tuple_regexp_test 功能:测试一个字符串是否满足一个规则公式的要求。 6. tuple_split 功能:在预定义的独立字符间将字符串分离为子链。 7. tuple_str_first_n 功能:分割从第一个字符直到字符串元组外的位置“n”处。
replace (a, 'com', 'cn', Result)b:=['gkbc8.com','baidu.com']tuple_regexp_select (b,...
34** DeserializeTuple( SerializedItemHandle,outTuple);5说明, Tuple元组数据转换67** IntegerToObj(outObjects: X; SurrogateTuple);8说明, integer_to_obj,将一个整型数转换为一个图标。910** ObjToInteger( Objects: X; Index, Number,outSurrogateTuple);11说明, obj_to_integer,将一个图标转换为一个...
tuple_regexp_select (['.','..','mydir','a.png','b.txt','c.bmp','d.dat'], \ '.(bmp|png)', Result) * Returns ['a.png','c.bmp'] tuple_regexp_select (Files, ['training','invert_match'], Matches) * Returns all file names that do *not* contain the string 'training'...
Name tuple_regexp_select— Select tuple elements matching a regular expression. Signature Description Please refer to the documentation oftuple_regexp_matchfor syntax and options of regular expressions. Additionally,tuple_regexp_selectsupports the option'invert_match', which causes those input strings ...
tuple_regexp_test(Operator) Name tuple_regexp_test— Test if a string matches a regular expression. Signature Description Please refer to the documentation oftuple_regexp_matchfor syntax and options of regular expressions. Additionally,tuple_regexp_testsupports the option'invert_match', which causes...