User Tools

Site Tools


en:instr

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
en:instr [2016/08/12 12:24]
admin
en:instr [2016/08/12 12:27]
admin
Line 3: Line 3:
 **instr** ( //haystack_expr// , //needle_expr// )\\ **instr** ( //haystack_expr// , //needle_expr// )\\
 **instr** ( //haystack_expr// , //needle_expr// , //start_expr// )\\ **instr** ( //haystack_expr// , //needle_expr// , //start_expr// )\\
-**instr** ( //haystack_expr// , //needle_expr// , //start_expr// , [[booleanexpressions|boolean_expression]]//)\\+**instr** ( //haystack_expr// , //needle_expr// , //start_expr// , [[booleanexpressions|boolean_expression]])\\
  
 returns //positive_integer_value// returns //positive_integer_value//
Line 12: Line 12:
 You may optionally specify a starting location for the search to begin //start_expr// If the start is 1 or greater the search will begin from the specified character from the start.  If the start is < 0 then the search will begin from the nth character from the end.  The search will ALWAYS look forward. You may optionally specify a starting location for the search to begin //start_expr// If the start is 1 or greater the search will begin from the specified character from the start.  If the start is < 0 then the search will begin from the nth character from the end.  The search will ALWAYS look forward.
  
-An optional [[booleanexpressions|boolean_expression]]// may be used to specify that the search will treat upper and lower case letters the same.+An optional [[booleanexpressions|boolean_expression]] may be used to specify that the search will treat upper and lower case letters the same.
  
 ==== Note ==== ==== Note ====
en/instr.txt ยท Last modified: 2020/02/28 10:46 (external edit)