Skip to content

Lua's pattern matching (alternative to regex) natively in Odin

License

Notifications You must be signed in to change notification settings

laytan/odin-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Odin Pattern: Lua's regex alternative in Odin

NOTE: a similar package has been added to core which you probably want to use instead: import "core:text/match", see the docs here: pkg.odin-lang.org/core/text/match.

Package pattern is an implementation of the patterns syntax also found in Lua. They are a lot like regex but have some limitations and advantages. See the Lua documentation pages for in depth coverage and examples here: https://www.lua.org/pil/20.2.html.

About

Lua's pattern matching (alternative to regex) natively in Odin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages