Changeset 9064


Ignore:
Timestamp:
2005-02-16T13:51:07+13:00 (19 years ago)
Author:
kjdon
Message:

moved the removeprefix and removesuffix descriptions to BasClas

Location:
trunk/gsdl/perllib/classify
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/classify/AZCompactList.pm

    r8852 r9064  
    6565    'reqd' => "no" },
    6666      { 'name' => "removeprefix",
    67     'desc' => "{AZCompactList.removeprefix}",
     67    'desc' => "{BasClas.removeprefix}",
    6868    'type' => "regexp",
    6969    'deft' => "",
    7070    'reqd' => "no" },
    7171      { 'name' => "removesuffix",
    72     'desc' => "{AZCompactList.removesuffix}",
     72    'desc' => "{BasClas.removesuffix}",
    7373    'type' => "regexp",
    7474    'deft' => "",
  • trunk/gsdl/perllib/classify/AZList.pm

    r8866 r9064  
    4848    'reqd' => "no" },
    4949      { 'name' => "removeprefix",
    50     'desc' => "{AZList.removeprefix}",
     50    'desc' => "{BasClas.removeprefix}",
    5151    'type' => "regexp",
    5252    'deft' => "",
    5353    'reqd' => "no" } ,
    5454      { 'name' => "removesuffix",
    55     'desc' => "{AZList.removesuffix}",
     55    'desc' => "{BasClas.removesuffix}",
    5656    'type' => "regexp",
    5757    'deft' => "",
Note: See TracChangeset for help on using the changeset viewer.