Skip to content

Commit

Permalink
Merge pull request #8 from dehilsterlexis/VISUALTEXT-FILES-005
Browse files Browse the repository at this point in the history
VISUALTEXT-FILES-005 Add strstartswith.htm and all the ties
  • Loading branch information
David de Hilster authored Oct 8, 2021
2 parents 3aeea83 + 666348e commit d7199f3
Show file tree
Hide file tree
Showing 11 changed files with 160 additions and 12 deletions.
6 changes: 5 additions & 1 deletion Help/helps/Help.hhc
Original file line number Diff line number Diff line change
Expand Up @@ -2203,6 +2203,10 @@
<param name="Name" value="strendswith">
<param name="Local" value="strendswith.htm">
</object>
<li><object type="text/sitemap">
<param name="Name" value="strstartswith">
<param name="Local" value="strstartswith.htm">
</object>
<li><object type="text/sitemap">
<param name="Name" value="strequal">
<param name="Local" value="strequal.htm">
Expand Down Expand Up @@ -2528,7 +2532,7 @@
<param name="Local" value="Tutorials/tutorial5/tutorial5.html#Build_list">
</object>
<li><object type="text/sitemap">
<param name="Name" value="Variables of� Suggested and Context Nodes">
<param name="Name" value="Variables of� Suggested and Context Nodes">
<param name="Local" value="Tutorials/tutorial5/tutorial5.html#t502">
</object>
<li><object type="text/sitemap">
Expand Down
11 changes: 10 additions & 1 deletion Help/helps/Possibly_JUNK/NLP++.htm
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1><a NAME=NLP__></a>NLP++</h1>
to the NLP++ section.]</font></p>

<p>NLP++<span style="font-weight: bold;"><font style="color: #000000;"
color=#000000></font></span>
color=#000000></font></span>
is a novel programming language developed by Text Analysis International,
Inc. It enables a developer to focus on the conceptual task of building
a text analyzer while minimizing the need to delve into compiled programming
Expand Down Expand Up @@ -2555,6 +2555,15 @@ <h2><a NAME=String></a>String Functions</h2>
valign=top>
<p style="margin-bottom: 0;"><span style="font-weight: bold;">strendswith(str,
suffix_str)</span></td>
<td style="x-cell-content-align: TOP;
width: 35%;
padding-left: 1px;
padding-top: 1px;
padding-right: 1px;
padding-bottom: 1px;"
valign=top>
<p style="margin-bottom: 0;"><span style="font-weight: bold;">strstartswith(str,
suffix_str)</span></td>
<td style="x-cell-content-align: TOP;
width: 22%;
padding-left: 1px;
Expand Down
33 changes: 32 additions & 1 deletion Help/helps/Table_of_String_Functions.htm
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,38 @@ <h1>Table of String Functions</h1>
padding-bottom: 1px;"
valign=top
width=43%>
<p style="margin-bottom: 0;">Does given str end with given suffix_str</td></tr>
<p style="margin-bottom: 0;">Does given str ends with given suffix_str</td></tr>

<tr>
<td style="x-cell-content-align: TOP;
width: 35%;
padding-left: 1px;
padding-top: 1px;
padding-right: 1px;
padding-bottom: 1px;"
valign=top
width=35%>
<p style="margin-bottom: 0;"><span style="font-weight: bold;">strstartswith(str,
suffix_str)</span></td>
<td style="x-cell-content-align: TOP;
width: 22%;
padding-left: 1px;
padding-top: 1px;
padding-right: 1px;
padding-bottom: 1px;"
valign=top
width=22%>
<p style="margin-bottom: 0;"><span style="font-weight: bold;">BOOL</span></td>
<td style="x-cell-content-align: TOP;
width: 43%;
padding-left: 1px;
padding-top: 1px;
padding-right: 1px;
padding-bottom: 1px;"
valign=top
width=43%>
<p style="margin-bottom: 0;">Does given str starts with given suffix_str</td></tr>


<tr>
<td style="x-cell-content-align: TOP;
Expand Down
2 changes: 1 addition & 1 deletion Help/helps/stem.htm
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h2 style="color: #008080;">Example</h2>

<h2 style="color: #008080;">See Also</h2>

<p style="margin-bottom: 0;"><a href="suffix.htm">suffix</a>, <a href="strendswith.htm">strendswith</a>,
<p style="margin-bottom: 0;"><a href="suffix.htm">suffix</a>, <a href="strendswith.htm">strendswith</a>, <a href="strstartswith.htm">strstartswith</a>,
<a href="Table_of_String_Functions.htm">String Functions</a></p>

<p>&nbsp;</p>
Expand Down
2 changes: 1 addition & 1 deletion Help/helps/strcontains.htm
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h2>See Also</h2>

<p style="margin-bottom: 0;"><a href="strcontainsnocase.htm">strcontainsnocase</a>,
<a href="strpiece.htm">strpiece</a>, <a href="strsubst.htm">strsubst</a>,
<a href="strendswith.htm">strendswith</a>, <a href="Table_of_String_Functions.htm">String
<a href="strendswith.htm">strendswith</a>, <a href="strstartswith.htm">strstartswith</a>, <a href="Table_of_String_Functions.htm">String
Functions</a></p>

</body>
Expand Down
7 changes: 5 additions & 2 deletions Help/helps/strcontainsnocase.htm
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,11 @@ <h2>Example</h2>
<h2>See Also</h2>

<p style="margin-bottom: 0;"><a href="strcontains.htm">strcontains</a>,
<a href="strpiece.htm">strpiece</a>, <a href="strendswith.htm">strendswith</a>,
<a href="strsubst.htm">strsubst</a>, <a href="Table_of_String_Functions.htm">String
<a href="strpiece.htm">strpiece</a>,
<a href="strendswith.htm">strendswith</a>,
<a href="strstartswith.htm">strstartswith</a>,
<a href="strsubst.htm">strsubst</a>,
<a href="Table_of_String_Functions.htm">String
Functions</a></p>

</body>
Expand Down
6 changes: 4 additions & 2 deletions Help/helps/strendswith.htm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h1>strendswith</h1>

<h2>Purpose</h2>

<p>Check if a string is is terminated by the given substring.</p>
<p>Check if a string is terminated by the given substring.</p>

<h2>Syntax</h2>

Expand Down Expand Up @@ -87,7 +87,9 @@ <h2>Example</h2>

<h2>See Also</h2>

<p style="margin-bottom: 0;"><a href="strcontains.htm">strcontains</a>,
<p style="margin-bottom: 0;">
<a href="strendswith.htm">strendswith</a>,
<a href="strcontains.htm">strcontains</a>,
<a href="strcontainsnocase.htm">strcontainsnocase</a>, <a href="strpiece.htm">strpiece</a>,
<a href="strsubst.htm">strsubst</a>, <a href="suffix.htm">suffix</a>,
<a href="Table_of_String_Functions.htm">String Functions</a></p>
Expand Down
2 changes: 1 addition & 1 deletion Help/helps/strpiece.htm
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h2>Example</h2>
<h2>See Also</h2>

<p style="margin-bottom: 0;"><a href="strsubst.htm">strsubst</a>, <a href="strcontains.htm">strcontains</a>,
<a href="strcontainsnocase.htm">strcontainsnocase</a>, <a href="strendswith.htm">strendswith</a>,
<a href="strcontainsnocase.htm">strcontainsnocase</a>, <a href="strendswith.htm">strendswith</a>, <a href="strendswith.htm">strendswith</a>,
<a href="Table_of_String_Functions.htm">String Functions</a></p>

</body>
Expand Down
99 changes: 99 additions & 0 deletions Help/helps/strstartswith.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">

<html>

<!--(==============================================================)-->
<!--(Document created with RoboEditor. )============================-->
<!--(==============================================================)-->

<head>

<title>strstartswith</title>

<!--(Meta)==========================================================-->

<meta name=generator content="RoboHELP by eHelp Corporation - www.ehelp.com">
<meta name=generator-major-version content=0.1>
<meta name=generator-minor-version content=1>
<meta name=filetype content=kadov>
<meta name=filetype-version content=1>
<meta name=page-count content=1>
<meta name=layout-height content=641>
<meta name=layout-width content=916>
<meta name=date content="01 4, 2002 12:05:53 PM">


<!--(Links)=========================================================-->

<link REL=StyleSheet HREF=default.css>



</head>

<!--(Body)==========================================================-->


<body>

<h1>strstartswith</h1>

<h2>Purpose</h2>

<p>Check if a string starts with the given substring.</p>

<h2>Syntax</h2>

<p style="line-height: normal;
margin-bottom: 14pt;
margin-top: 14pt;
x-text-tab-stops: repeat 1in;
white-space: nowrap;
font-family: monospace;
font-size: 10pt;">returnedBoolean = strstartswith(wordString, suffixString)</p>

<p style="margin-left: 40px;
line-height: normal;
margin-bottom: 14pt;
margin-top: 14pt;
x-text-tab-stops: repeat 1in;
white-space: nowrap;
font-family: monospace;
font-size: 10pt;">returnedBoolean - type: bool<br>
wordString - type: str<br>
suffixString - type: str</p>

<h2>Returns</h2>

<h2>Remarks</h2>

<p>Unlike the function called <span style="font-weight: bold;">suffix</span>,
<span style="font-weight: bold;">strstartswith</span> does a simple check
for terminal string.</p>

<h2>Example</h2>

<p style="margin-bottom: 14pt;
margin-top: 14pt;
line-height: normal;
x-text-tab-stops: repeat 1in;
white-space: nowrap;
font-family: monospace;
font-size: 10pt;">@POST<br>
if (!strstartswith(N(&quot;$text&quot;,1),&quot;ing&quot;))<br>
fail();<br>
@RULES<br>
_ving &lt;- _verb @@</p>

<h2>See Also</h2>

<p style="margin-bottom: 0;"><a href="strcontains.htm">strcontains</a>,
<a href="strcontainsnocase.htm">strcontainsnocase</a>, <a href="strpiece.htm">strpiece</a>,
<a href="strsubst.htm">strsubst</a>, <a href="suffix.htm">suffix</a>,
<a href="Table_of_String_Functions.htm">String Functions</a></p>

<p>&nbsp;</p>

</body>

</html>
2 changes: 1 addition & 1 deletion Help/helps/strsubst.htm
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h2>Example</h2>
<h2>See Also</h2>

<p style="margin-bottom: 0;"><a href="strpiece.htm">strpiece</a>, <a href="strcontains.htm">strcontains</a>,
<a href="strcontainsnocase.htm">strcontainsnocase</a>, <a href="strendswith.htm">strendswith</a>,
<a href="strcontainsnocase.htm">strcontainsnocase</a>, <a href="strendswith.htm">strendswith</a>, <a href="strendswith.htm">strendswith</a>,
<a href="Table_of_String_Functions.htm">String Functions</a></p>

</body>
Expand Down
2 changes: 1 addition & 1 deletion Help/helps/suffix.htm
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h2 style="color: #008080;">Example</h2>
<h2 style="color: #008080;">See Also</h2>

<p style="margin-bottom: 0;"><a href="strisupper.htm">strisupper</a>, <a
href="strendswith.htm">strendswith</a>, <a href="Table_of_String_Functions.htm">String
href="strendswith.htm">strendswith</a>, <a href="strendswith.htm">strendswith</a>, <a href="Table_of_String_Functions.htm">String
Functions</a></p>

<p>&nbsp;</p>
Expand Down

0 comments on commit d7199f3

Please sign in to comment.