Commit Graph

33 Commits

Author SHA1 Message Date
delta 82b68b283f Update 'src/lib.rs' 2022-11-21 15:27:19 -06:00
delta fd2800c1d3 Rename as_str into as_string 2022-11-21 15:25:13 -06:00
delta 09055345fb Update 'src/lib.rs' 2022-11-21 15:22:39 -06:00
delta fd0231a558 Update 'src/lib.rs' 2022-11-21 15:22:13 -06:00
delta 686955ceca Update 'src/lib.rs' 2022-11-21 15:19:41 -06:00
delta 5fe419db69 Update 'src/lib.rs' 2022-11-21 15:16:56 -06:00
delta 42a6b4534f Allow the retrieval of the stored pattern as a &str 2022-11-21 15:14:48 -06:00
steve donovan de5d217ddf 0.3.0 - no more C, just unsafe Rust 2018-12-10 08:45:08 +02:00
steve donovan db9bc180b9 support for single as well as global subst 2017-12-03 19:06:19 +02:00
steve donovan 027e2166d0 Merge branch 'master' of github.com:stevedonovan/lua-patterns 2017-12-01 19:10:00 +02:00
Steve Donovan bd92afd0df more examples - particularly multiple captures 2017-11-30 15:39:08 +02:00
Steve Donovan 7697b9ffb3 2- and 3-capture versions of capture_mayble 2017-11-14 14:22:04 +02:00
steve donovan 04332d56a5 PatternError ctor is private 2017-07-23 17:29:29 +02:00
Steve Donovan 207c25ad2f 0.2.0 candidate: static verification of Lua string patterns 2017-05-30 14:20:12 +02:00
steve donovan 0b755ed997 version 0.1.1: streaming iterator gmatch_captures 2017-04-30 13:47:28 +02:00
steve donovan ddbac8a430 updated documentation ref 2017-04-22 10:34:09 +02:00
Steve Donovan 4fbcbaed1d 0.1.0 2017-04-21 13:30:17 +02:00
Steve Donovan f80f03e14a added MIT license 2017-04-21 13:29:57 +02:00
Steve Donovan 6eff1ab170 lifetime problem for potentially very useful iterator over captures 2017-04-21 13:08:42 +02:00
Steve Donovan db8f2970dd removed iterator over closures (trivial), specifying lifetimes more precisely 2017-04-21 12:25:47 +02:00
Steve Donovan a2d074d075 matches_maybe and first_closure 2017-04-20 16:19:14 +02:00
Steve Donovan 2480294ad5 mentioned matches_maybe 2017-04-20 16:18:50 +02:00
Steve Donovan 8681bb5f8c added text-replacement gsub; LuaPatternBuilder for binary patterns 2017-04-19 16:21:17 +02:00
Steve Donovan 9bd6be6d3a updated readme 2017-04-19 16:18:16 +02:00
steve donovan 46af2b7d91 fleshing out readme 2017-04-18 19:21:48 +02:00
steve donovan 977d91643a added iterator over byte slice matches 2017-04-18 19:21:26 +02:00
steve donovan edb376c69e updated examples 2017-04-18 19:20:24 +02:00
Steve Donovan 9ba61944b0 new example 2017-04-18 15:44:29 +02:00
Steve Donovan 9be8354722 thread-safe error handling (in theory); panic if pattern is bad 2017-04-18 15:44:02 +02:00
Steve Donovan c8dd33f165 readme starting to happen 2017-04-18 15:43:26 +02:00
steve donovan c9be392136 a README 2017-04-17 17:10:52 +02:00
steve donovan 44ee64a821 errors starting to bubble up 2017-04-17 17:09:15 +02:00
steve donovan 816fd0db2c initial commit 2017-04-17 13:16:52 +02:00