GoatPad-cs270 / LLGSHH-Pad

0 stars 0 forks source link

Find/Find and Replace #14

Open kcaldarone opened 2 years ago

kcaldarone commented 2 years ago

The ability to search words inside of text or strings will be useful for users as the ability to scan through text for what a user is looking would be necessary for this kind of project. This is a complex issue because it needs to be scanned through text for the word while still being distinguishable from other words or strings. It also needs to mark the location of the words and scan the document for all examples of that word.

jcraven24 commented 2 years ago

search highlights and returns positions of searched string