Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

183 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GNU Octave Strings Toolkit

This is the official repository for the strings package for GNU Octave.

Introduction

The Strings Toolkit contains additional functions for manipulation and analysis of strings.

Requirements

  • Octave >= 3.8.0

  • libpcre3

Installing

To install, run the octave package manager:

  1. If running Windows, the package may already be installed: type pkg list, to view the installed packages.

    pkg list

  2. To install from Source Forge:

    pkg install -forge strings

  3. To install from a local tarball.

    pkg install strings-XXXXXXX.tar.gz

    Where XXXXXXX is the version of the downloaded tarball.

Usage

  1. Load the package.

    pkg load strings

    (Required each time Octave is started)

  2. Use the function calls from the package.

Documentation

See the function list for strings for function documentation.

Known limitations and bugs

Please report bugs on the issue tracker

About

Additional functions for manipulation and analysis of strings.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages