Skip to content

carlobaldassi/ReverseRegexes.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReverseRegexes

Build Status

Quick example:

julia> using ReverseRegexes

julia> rr"\b(using|import)\s+\w+\b" # example of reverse-regex
ReverseRegex(r"\b\w+\s+(gnisu|tropmi)\b")

julia> rsearch("Foo bar baz", rr"ba[rz]")
9:11

About

Adds functionality to reverse-search strings with regexes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages