Skip to content
/ stg_ex Public

A small namespace for std::string functions including a few file based name helpers.

License

Notifications You must be signed in to change notification settings

pawbyte/stg_ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stg_ex

A small std::string based library for common string getters, hashing and a few file based functions.

Simply include this in your project and make calls via the stg_ex namespace.

Code Example ( main.cpp):

#include "stg_ex.h"
#include <iostream> //used to use std::cout to print messages


int main( int argc, char* args[] )
{
    std::string hello_world = "Hello World, the sky is blue, the ocean is too!";
    
    hello_world = stx_ex::string_replace_all( hello_world,"the ocean", "my tears when coding");
    std::cout << hello_world << std::endl;
    return 1;
}

Donate to make stg_ex greater

Work on open source projects like this is not possible without funding. The amount of time it takes to update the codebases, create examples, tutorials and more is quite expensive. Please consider either a one-time or monthly donation to keep this engine going and more frequently updated.

We have a Patron Page that you can help fund future open source projects and the updates to this one.

There is also a PayPal one time donation method as well.

I appreciate your generousity and moving this project forward.

Discord Chat

Come and join our discord server! Bounce ideas off each other, hangout and discord open source,gaming, etc.

Forums

Become a member on our forum! Here, you can find help and talk directly with the developers of this project!

Developers

theweirdn8

About

A small namespace for std::string functions including a few file based name helpers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages