Skip to content

A program that searches a string parameter for a delimiter(space,comma,colon,semi-colon,period,ampersand) and return the delimiter. Returns -1 if none found.

Notifications You must be signed in to change notification settings

sierret/findStringSeparator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

findStringSeparator

A program that searches a string parameter for a delimiter(space,comma,colon,semi-colon,period,ampersand) and return the delimiter. Returns -1 if none found.

Usage

#Simply import and run method

from findSeparator import findSep

separator = findSep(sampletext) print(separator)

About

A program that searches a string parameter for a delimiter(space,comma,colon,semi-colon,period,ampersand) and return the delimiter. Returns -1 if none found.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages