Skip to content

A text editor library made in C, it has some basic functions of a text editor.

Notifications You must be signed in to change notification settings

MaricaAdrian/TXT-EDITOR-LIBRARY-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text editor library. A library with functions that could be useful for a text editor. The library contain the following functions:
•determine if a word is present in a document.
•determine the number of occurrences for a word in a document.
•replace all instances of a word in a document with another given word.
•replace specic instances of a word in a document with another given word.
•replace the X appearance of a word with another given word.
•create a sorted list of words by the number of occurrences in a document.
•return the number of a word occurrences in text.

About

A text editor library made in C, it has some basic functions of a text editor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published