32 lines
No EOL
1.2 KiB
HTML
32 lines
No EOL
1.2 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>String-constraint</title>
|
|
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
|
|
</script>
|
|
<script type="text/javascript">
|
|
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h3>String-constraint</h3><pre>Defined in file <a href="macro.asn.html">macro.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCString__constraint.html">CString_constraint</a>
|
|
|
|
|
|
String-constraint ::= SEQUENCE {
|
|
match-text VisibleString OPTIONAL ,
|
|
match-location <a href="String-location.html">String-location</a> DEFAULT contains ,
|
|
case-sensitive BOOLEAN DEFAULT FALSE ,
|
|
ignore-space BOOLEAN DEFAULT FALSE ,
|
|
ignore-punct BOOLEAN DEFAULT FALSE ,
|
|
ignore-words <a href="Word-substitution-set.html">Word-substitution-set</a> OPTIONAL ,
|
|
whole-word BOOLEAN DEFAULT FALSE ,
|
|
not-present BOOLEAN DEFAULT FALSE ,
|
|
is-all-caps BOOLEAN DEFAULT FALSE ,
|
|
is-all-lower BOOLEAN DEFAULT FALSE ,
|
|
is-all-punct BOOLEAN DEFAULT FALSE ,
|
|
ignore-weasel BOOLEAN DEFAULT FALSE ,
|
|
is-first-cap BOOLEAN DEFAULT FALSE ,
|
|
is-first-each-cap BOOLEAN DEFAULT FALSE }</pre>
|
|
</body>
|
|
</html> |