Skip to content

Design, Develop and Implement a program in c for the following operations on strings a. Read a main string (str), a pattern string (pat) and a replace string (rep). b. Perform pattern matching operation: Find and replace all occurrences of pat in str with rep if pat exits in str. Report with suitable messages in case pat does not exists in stri…

Notifications You must be signed in to change notification settings

kavyapangar/c-program-on-string-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

c-program-on-string-pattern

Design, Develop and Implement a program in c for the following operations on strings a. Read a main string (str), a pattern string (pat) and a replace string (rep). b. Perform pattern matching operation: Find and replace all occurrences of pat in str with rep if pat exits in str. Report with suitable messages in case pat does not exists in string.Support the program with functions for each of the above operations. Don’t use built in functions.

About

Design, Develop and Implement a program in c for the following operations on strings a. Read a main string (str), a pattern string (pat) and a replace string (rep). b. Perform pattern matching operation: Find and replace all occurrences of pat in str with rep if pat exits in str. Report with suitable messages in case pat does not exists in stri…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages