Changeset 38853 in project
- Timestamp:
- 08/18/20 10:58:35 (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/man/5/Module (chicken string)
r34317 r38853 140 140 === substring-index 141 141 142 <procedure>(substring-index WHICH WHERE[START])</procedure><br>143 <procedure>(substring-index-ci WHICH WHERE[START])</procedure>142 <procedure>(substring-index MAYBE-SUBSTRING STRING [START])</procedure><br> 143 <procedure>(substring-index-ci MAYBE-SUBSTRING STRING [START])</procedure> 144 144 145 Searches for first index in string {{ WHERE}} where string146 {{ WHICH}} occurs. If the optional argument {{START}} is given,145 Searches for first index in string {{STRING}} where string 146 {{MAYBE-SUBSTRING}} occurs. If the optional argument {{START}} is given, 147 147 then the search starts at that index. {{substring-index-ci}} 148 148 is a case-insensitive version of {{substring-index}}.
Note: See TracChangeset
for help on using the changeset viewer.