Skip to content

phantatbach/Filter-Code-From-String

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

A simple task where I have to detect codes from strings.

Steps:

  1. Use a sliding window of 10 characters to loop through the text
  2. If >= 4 characters in a sliding window are special characters (e.g., @, #, ', etc), then it is likely that there are codes in that string.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published