File: sec_string.js

package info (click to toggle)
freemat 4.2%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 141,800 kB
  • ctags: 14,082
  • sloc: ansic: 126,788; cpp: 62,046; python: 2,080; perl: 1,255; sh: 1,146; yacc: 1,019; lex: 239; makefile: 100
file content (69 lines) | stat: -rw-r--r-- 2,998 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
var sec_string =
[
    [ "BLANKS Create a blank string", "string_blanks.html", [
      [ "", "string_blanks.html#Usage", null ],
      [ "", "string_blanks.html#Example", null ]
    ] ],
    [ "CELLSTR Convert character array to cell array of strings", "string_cellstr.html", [
      [ "", "string_cellstr.html#Usage", null ],
      [ "", "string_cellstr.html#Example", null ]
    ] ],
    [ "DEBLANK Remove trailing blanks from a string", "string_deblank.html", [
      [ "", "string_deblank.html#Usage", null ],
      [ "", "string_deblank.html#Example", null ]
    ] ],
    [ "ISALPHA Test for Alpha Characters in a String", "string_isalpha.html", [
      [ "", "string_isalpha.html#Usage", null ],
      [ "", "string_isalpha.html#Example", null ]
    ] ],
    [ "ISDIGIT Test for Digit Characters in a String", "string_isdigit.html", [
      [ "", "string_isdigit.html#Usage", null ],
      [ "", "string_isdigit.html#Example", null ]
    ] ],
    [ "ISSPACE Test for Space Characters in a String", "string_isspace.html", [
      [ "", "string_isspace.html#Usage", null ],
      [ "", "string_isspace.html#Example", null ]
    ] ],
    [ "LOWER Convert strings to lower case", "string_lower.html", [
      [ "", "string_lower.html#Usage", null ],
      [ "", "string_lower.html#Example", null ]
    ] ],
    [ "REGEXP Regular Expression Matching Function", "string_regexp.html", [
      [ "", "string_regexp.html#Usage", null ],
      [ "", "string_regexp.html#Example", null ]
    ] ],
    [ "REGEXPREP Regular Expression Replacement Function", "string_regexprep.html", [
      [ "", "string_regexprep.html#Usage", null ]
    ] ],
    [ "STRCMP String Compare Function", "string_strcmp.html", [
      [ "", "string_strcmp.html#USAGE", null ],
      [ "", "string_strcmp.html#Example", null ]
    ] ],
    [ "STRCMPI String Compare Case Insensitive Function", "string_strcmpi.html", [
      [ "", "string_strcmpi.html#Usage", null ]
    ] ],
    [ "STRFIND Find Substring in a String", "string_strfind.html", [
      [ "", "string_strfind.html#Usage", null ],
      [ "", "string_strfind.html#Example", null ]
    ] ],
    [ "STRNCMP String Compare Function To Length N", "string_strncmp.html", [
      [ "", "string_strncmp.html#USAGE", null ],
      [ "", "string_strncmp.html#Example", null ]
    ] ],
    [ "STRREP String Replace Function", "string_strrep.html", [
      [ "", "string_strrep.html#Usage", null ],
      [ "", "string_strrep.html#Example", null ]
    ] ],
    [ "STRSTR String Search Function", "string_strstr.html", [
      [ "", "string_strstr.html#Usage", null ],
      [ "", "string_strstr.html#Example", null ]
    ] ],
    [ "STRTRIM Trim Spaces from a String", "string_strtrim.html", [
      [ "", "string_strtrim.html#Usage", null ],
      [ "", "string_strtrim.html#Example", null ]
    ] ],
    [ "UPPER Convert strings to upper case", "string_upper.html", [
      [ "", "string_upper.html#Usage", null ],
      [ "", "string_upper.html#Example", null ]
    ] ]
];