File: SEARCH-Function.properties

package info (click to toggle)
libformula 1.1.7.dfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,236 kB
  • sloc: java: 17,370; xml: 1,541; makefile: 19
file content (8 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
display-name=SEARCH
description=Looks for one text value within another (not case-sensitive).
parameter.0.display-name=find_text
parameter.0.description=The text to be found.
parameter.1.display-name=text
parameter.1.description=The text in which a search is to be made.
parameter.2.display-name=position
parameter.2.description=The position in the text where the search is started.