Coder Social home page Coder Social logo

formulae-org / package-string-js Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 34 KB

String package for Fōrmulæ, in JavaScript

License: GNU Affero General Public License v3.0

JavaScript 100.00%
formulae javascript string concatenation decode-strings encode-strings lowercase replace-text split substrings trim unicode-characters uppercase

package-string-js's Introduction

string-complex-js

String package for the Fōrmulæ programming language.

Fōrmulæ is also a software framework for visualization, edition and manipulation of complex expressions, from many fields. The code for an specific field —i.e. arithmetics— is encapsulated in a single unit called a Fōrmulæ package.

This repository contains the source code for the string package. It contains functionallity to manage strings, text and regular expressions.

The GitHub organization formulae-org encompasses the source code for the rest of packages, as well as the web application.

Capabilities

  • Visualizations
    • Strings
    • Text
    • Regular expressions
  • Reduction
    • Concatenation of strings
    • Length of a string
    • Substring from position to position
    • Substring from position, a number of characters
    • Substring from position to end
    • Index of first occurence of a substring
    • Indexes of all occurences of a substring
    • Testing whether a string contains a substring or regular expression
    • Testing whether a string starts with a substring
    • Testing whether a string ends with a substring
    • Conversion to uppercase
    • Conversion to lowercase
    • Replacing the first ocurrence of substring or regular expression
    • Replacing all the ocurrences of substring or regular expression
    • Trim a string
    • Test if a string matches a regular expression
    • Split a substring in positions or a delimiter provided as a regular expression
    • Reverse of a string
    • Encoding a string to a list of unicode points
    • Decoding a list of Unicode points to string
    • Conversion between strings, text and regular expressions

package-string-js's People

Contributors

laurence-ugalde avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.