Skip to content

New generation STL String implementation with powerful features.

License

Notifications You must be signed in to change notification settings

ferhatgec/fstring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fegeya FString

New generation STL String implementation with powerful features.

FString _str("Hello, ");
FString __str("World!\n");
_str.append(__str);
Print(_str);

Features:

  • Flexible, hackable.
  • Included more string tools.
  • Modern.
  • Fast.

Fegeya FString licensed under the terms of MIT License.

Releases

No releases published

Packages

No packages published