Hello,
I have a special problem to exclude some function pattern.
Valid functions:
<attribute name="Font" type="string">
<attribute name="Family" type="string">
...
only
<attribute name="Attribute" type="string">
and
<attribute name="Name" type="string">
are invalid.
My function strings won't exclude them.
/L6"XML" Noquote HTML_LANG Block Comment On = <!-- Block Comment Off = --> File Extensions = XML XUL
/Delimiters = ~@$%^&*()+=|\{};"'<> ,
/Function String 1 = "<element name="
/Function String 2 = "<attribute name="
My first test
/Function String 2 = "<attribute name=?[~N]"
was possible for "Name" but all other "N...." like
<attribute name="Number" type="string">
will also be missing.
Please help me! I am not a specialist for regExp.
I have a special problem to exclude some function pattern.
Valid functions:
<attribute name="Font" type="string">
<attribute name="Family" type="string">
...
only
<attribute name="Attribute" type="string">
and
<attribute name="Name" type="string">
are invalid.
My function strings won't exclude them.
/L6"XML" Noquote HTML_LANG Block Comment On = <!-- Block Comment Off = --> File Extensions = XML XUL
/Delimiters = ~@$%^&*()+=|\{};"'<> ,
/Function String 1 = "<element name="
/Function String 2 = "<attribute name="
My first test
/Function String 2 = "<attribute name=?[~N]"
was possible for "Name" but all other "N...." like
<attribute name="Number" type="string">
will also be missing.
Please help me! I am not a specialist for regExp.